feat: course list

This commit is contained in:
Jannat Patel
2023-12-05 22:39:00 +05:30
parent 644fb698d8
commit d00da31f84
108 changed files with 47452 additions and 56 deletions

View File

@@ -1,5 +1,11 @@
<template>
<div>
<DesktopLayout>
<router-view />
</div>
</DesktopLayout>
<Toasts />
</template>
<script setup>
import DesktopLayout from '@/components/DesktopLayout.vue'
import { Toasts } from 'frappe-ui'
</script>