11 lines
205 B
Plaintext
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" />
|
|
|