Add a top bar component, fix auth

This commit is contained in:
gib
2024-06-03 16:53:39 -05:00
parent 217a0d3952
commit 4794541436
3 changed files with 20 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
export function Top_Bar() {
return (
<div className="top-bar w-full h-16 bg-black text-white">
</div>
);
};