feat: review submission

This commit is contained in:
Jannat Patel
2023-12-21 17:25:08 +05:30
parent afcb15148f
commit e1d61c9eb9
7 changed files with 70 additions and 20 deletions

View File

@@ -2,10 +2,12 @@
<DesktopLayout>
<router-view />
</DesktopLayout>
<Dialogs />
<Toasts />
</template>
<script setup>
import DesktopLayout from '@/components/DesktopLayout.vue'
import { Toasts } from 'frappe-ui'
import { Dialogs } from '@/utils/dialogs'
</script>