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