change to next
This commit is contained in:
8
backup/web/src/pages/index.astro
Normal file
8
backup/web/src/pages/index.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import Html from '@/components/html.astro';
|
||||
import { AppProvider } from '@/apps/studio/index.tsx';
|
||||
---
|
||||
|
||||
<Html title='Router Studio'>
|
||||
<AppProvider client:only></AppProvider>
|
||||
</Html>
|
||||
Reference in New Issue
Block a user