restruct
This commit is contained in:
15
frontend/src/components/navbar.tsx
Normal file
15
frontend/src/components/navbar.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
const Navbar = () => {
|
||||
|
||||
return (
|
||||
<div className="main-head-box">
|
||||
<div className="main-head-subbox-left">
|
||||
<h1 className="main-head">kohngrüti</h1>
|
||||
</div>
|
||||
<div className="main-head-subbox-right">
|
||||
<span className="material-symbols-outlined">recenter</span>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Navbar;
|
||||
Reference in New Issue
Block a user