feat: student page and create email verification page.

This commit is contained in:
Missez 2026-02-03 17:13:30 +07:00
parent 52d86400b3
commit e8a10e5024
6 changed files with 894 additions and 8 deletions

View file

@ -0,0 +1,9 @@
<template>
<div>
<slot></slot>
</div>
</template>
<script setup lang="ts">
// Blank layout - no sidebars, no headers, just content
</script>