feat: student page and create email verification page.
This commit is contained in:
parent
52d86400b3
commit
e8a10e5024
6 changed files with 894 additions and 8 deletions
9
frontend_management/layouts/blank.vue
Normal file
9
frontend_management/layouts/blank.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<div>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Blank layout - no sidebars, no headers, just content
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue