8 lines
155 B
Vue
8 lines
155 B
Vue
<template>
|
|
<EditableStudentGrid />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import EditableStudentGrid from '@/components/maint/EditableGrid.vue'
|
|
</script>
|