generated from template/astro-simple-template
update
This commit is contained in:
10
src/pages/xhs-users.astro
Normal file
10
src/pages/xhs-users.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import Html from '@/components/html.astro';
|
||||
import { AppProvider } from '@/apps/xhs-users';
|
||||
---
|
||||
|
||||
<Html title='Light Code'>
|
||||
<main>
|
||||
<AppProvider client:only />
|
||||
</main>
|
||||
</Html>
|
||||
Reference in New Issue
Block a user