9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
---
|
|
import Html from '@/components/html.astro';
|
|
import { Config } from '@/apps/settings/index.tsx';
|
|
---
|
|
|
|
<Html>
|
|
<Config client:only />
|
|
</Html>
|