FUJI/src/pages/calendar/index.astro
2025-05-23 23:18:03 +08:00

8 lines
181 B
Text

---
import Schedule from "./Schedule"
import BaseLayout from "../../layouts/BaseLayout.astro"
---
<BaseLayout primaryTitle="日历">
<Schedule client:load />
</BaseLayout>