Files
xhs-think-you/src/pages/demos/base.astro
2025-10-23 12:43:06 +08:00

9 lines
132 B
Plaintext

---
import Html from '@/components/html.astro';
import { App } from '@/thinkyou';
---
<Html>
<App client:only="react" />
</Html>