generated from template/astro-simple-template
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
---
|
|
import Html from '@/components/html.astro';
|
|
import { App } from '@/thinkyou';
|
|
---
|
|
|
|
<Html>
|
|
<App client:only="react" />
|
|
</Html>
|