Add subpage for Qualify Exam

This commit is contained in:
schooltechx 2023-04-04 19:30:52 +07:00
parent 83d3a3af25
commit 24167f0650

View file

@ -0,0 +1,15 @@
<script lang="ts">
import type { PageData } from './$types'
export let data: PageData;
</script>
<section class="items-start h-screen flex max-h-1000-px pt-10 bg-blueGray-100">
<div class="container mx-auto items-start flex flex-wrap px-4">
<h2 class="font-semibold text-2xl text-blueGray-600 mb-4">
การสอบคัดเลือก {data.id}
</h2>
</div>
</section>