feat: batch announcements

This commit is contained in:
Jannat Patel
2024-01-12 21:48:42 +05:30
parent 1a6a119f35
commit bcee74ce77
16 changed files with 489 additions and 124 deletions

View File

@@ -84,9 +84,9 @@ import {
Avatar,
Button,
} from 'frappe-ui'
import { Settings, Trash2, Plus } from 'lucide-vue-next'
import { Trash2, Plus } from 'lucide-vue-next'
import { ref } from 'vue'
import StudentModal from '@/components/StudentModal.vue'
import StudentModal from '@/components/Modals/StudentModal.vue'
const showStudentModal = ref(false)