mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
organize files
This commit is contained in:
parent
20a62bada6
commit
d7334e8150
3 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
import FullCalendar from "../components/react/Calendar"
|
||||
import BaseLayout from "../layouts/BaseLayout.astro"
|
||||
---
|
||||
|
||||
<BaseLayout primaryTitle="日历">
|
||||
<FullCalendar client:load />
|
||||
</BaseLayout>
|
||||
8
src/pages/calendar/index.astro
Normal file
8
src/pages/calendar/index.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
import FullCalendar from "./Calendar"
|
||||
import BaseLayout from "../../layouts/BaseLayout.astro"
|
||||
---
|
||||
|
||||
<BaseLayout primaryTitle="日历">
|
||||
<FullCalendar client:load />
|
||||
</BaseLayout>
|
||||
Loading…
Reference in a new issue