mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
nothing
This commit is contained in:
10
src/pages/register.tsx
Normal file
10
src/pages/register.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
// pages/register.js
|
||||
import UserRegistration from '../components/UserRegistration';
|
||||
|
||||
export default function Register() {
|
||||
return (
|
||||
<div>
|
||||
<UserRegistration />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user