Files
cli/cli-center/src/pages/setting.astro
2025-12-18 01:51:51 +08:00

9 lines
152 B
Plaintext

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