Files
theme/libs/registry/src/pages/index.astro
2025-05-10 14:29:36 +08:00

11 lines
205 B
Plaintext

---
import '../styles/global.css';
import { ShowLogin } from '@/modules/demo/ShowLogin';
const url = new URL(Astro.request.url);
---
<h1 class='text-4xl'>Registry</h1>
<ShowLogin client:only="react" />