mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
10 lines
194 B
Text
10 lines
194 B
Text
---
|
|
import BaseLayout from "../../layouts/BaseLayout.astro"
|
|
import ReactChild from "./react/join.tsx";
|
|
---
|
|
|
|
<BaseLayout title="加入我们">
|
|
<main>
|
|
<ReactChild />
|
|
</main>
|
|
</BaseLayout>
|