Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight
This commit is contained in:
8
src/components/react/topbar.tsx
Normal file
8
src/components/react/topbar.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function topbar() {
|
||||
return (
|
||||
<div className="navbar bg-[rgba(29, 29, 31, 0.75)]">
|
||||
<div className="leftButtonArray">Hallo</div>
|
||||
<div className="rightButtonArray"></div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user