feat: update create account screen

This commit is contained in:
reya
2024-01-07 07:42:08 +07:00
parent 8e8e6fe244
commit 70707f69c8
23 changed files with 765 additions and 416 deletions
@@ -0,0 +1,5 @@
export function CreateProfileScreen() {
return (
<div className="flex items-center justify-center w-full h-full">WIP</div>
);
}