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

11 lines
186 B
Plaintext

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