Files
saladeaula.digital/dashboard_js/app/routes/auth/register/index.jsx
2025-02-21 22:00:32 -03:00

9 lines
106 B
JavaScript

export default function Signup() {
return (
<form>
Username
<input />
</form>
)
}