install mui, make navbar
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default function Navbar() {
|
||||
return (
|
||||
<div className="flex-row">
|
||||
<button />
|
||||
<button />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user