Add a top bar component, fix auth
This commit is contained in:
8
src/app/_components/ui/top_bar.tsx
Normal file
8
src/app/_components/ui/top_bar.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export function Top_Bar() {
|
||||
return (
|
||||
<div className="top-bar w-full h-16 bg-black text-white">
|
||||
|
||||
</div>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user