Files
cli/cli-center-docs/src/pages/settings/all.astro
2026-01-27 22:25:40 +08:00

9 lines
145 B
Plaintext

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