updated onboarding, include UI & UX

This commit is contained in:
Ren Amamiya
2023-03-12 17:00:10 +07:00
parent c77c08675a
commit 297cc2f018
14 changed files with 333 additions and 694 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { JSXElementConstructor, ReactElement, ReactFragment, ReactPortal } from
export default function Page() {
return (
<div className="h-full w-full">
<p>Global</p>
<p>Circle Newsfeed</p>
</div>
);
}