9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
---
|
|
import Html from '@/components/html.astro';
|
|
import { AppProvider } from '@/apps/studio/index.tsx';
|
|
---
|
|
|
|
<Html title='Router Studio'>
|
|
<AppProvider client:only></AppProvider>
|
|
</Html>
|