Files
skt-vuetify-templates/src/views/maint/EditableGrid.vue
T

8 lines
155 B
Vue

<template>
<EditableStudentGrid />
</template>
<script setup lang="ts">
import EditableStudentGrid from '@/components/maint/EditableGrid.vue'
</script>