mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
8 lines
181 B
Text
8 lines
181 B
Text
---
|
|
import Schedule from "./Schedule"
|
|
import BaseLayout from "../../layouts/BaseLayout.astro"
|
|
---
|
|
|
|
<BaseLayout primaryTitle="日历">
|
|
<Schedule client:load />
|
|
</BaseLayout>
|