generated from template/astro-simple-template
11 lines
186 B
Plaintext
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>
|