Added message components

This commit is contained in:
2025-03-02 11:42:37 -05:00
parent 843970e229
commit 6f3fe1798b
16 changed files with 334 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
export default function HomePage(){
return (
<main>
<main
className="flex flex-col items-center justify-center gap-4"
>
<div>Home Page</div>
</main>
);