Files
talk-pro/src/pages/index.astro
2026-05-12 16:28:30 +08:00

9 lines
126 B
Plaintext

---
import Base from '../layouts/Base.astro'
import Header from '../components/Header.astro'
---
<Base>
<Header />
</Base>