2026-05-12 16:16:03 +08:00
|
|
|
---
|
2026-05-12 16:27:03 +08:00
|
|
|
import Base from '../layouts/Base.astro'
|
2026-05-12 16:28:30 +08:00
|
|
|
import Header from '../components/Header.astro'
|
2026-05-12 16:16:03 +08:00
|
|
|
---
|
|
|
|
|
|
2026-05-12 16:27:03 +08:00
|
|
|
<Base>
|
2026-05-12 16:28:30 +08:00
|
|
|
<Header />
|
2026-05-12 16:27:03 +08:00
|
|
|
</Base>
|