Files
talk-pro/src/pages/index.astro

9 lines
126 B
Plaintext
Raw Normal View History

---
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:27:03 +08:00
<Base>
2026-05-12 16:28:30 +08:00
<Header />
2026-05-12 16:27:03 +08:00
</Base>