init
This commit is contained in:
11
src/components/Topbar.tsx
Normal file
11
src/components/Topbar.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
function Topbar() {
|
||||
return (
|
||||
<div className="flex bg-sidebar p-2 gap-2 border-t border-r border-b border-l-0">
|
||||
<span>item 1</span>
|
||||
<span>item 2</span>
|
||||
<span>item 3</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Topbar;
|
||||
Reference in New Issue
Block a user