install mui, make navbar

This commit is contained in:
2025-11-08 23:07:44 -06:00
parent 4cd6e90a00
commit 3f05b9a2a5
5 changed files with 749 additions and 21 deletions
+8
View File
@@ -0,0 +1,8 @@
export default function Navbar() {
return (
<div className="flex-row">
<button />
<button />
</div>
);
};