trying lucia

This commit is contained in:
2025-01-25 00:08:51 -05:00
parent 9931980114
commit 84e5c9e399
61 changed files with 9587 additions and 165 deletions

View File

@@ -1,10 +0,0 @@
// pages/register.js
import UserRegistration from '@components/UserRegistration';
export default function Register() {
return (
<div>
<UserRegistration />
</div>
);
}