Files
xhs/src/pages/index.astro
2026-01-06 03:35:51 +08:00

11 lines
180 B
Plaintext

---
import Html from '@/components/html.astro';
import { AppProvider } from '@/apps/xhs';
---
<Html title='Light Code'>
<main>
<AppProvider client:only />
</main>
</Html>