init
This commit is contained in:
@@ -50,6 +50,7 @@ const navItems = [
|
||||
},
|
||||
];
|
||||
|
||||
/** Mobile Bottom-Navigation mit Links zu allen Hauptseiten. */
|
||||
export function BottomNav() {
|
||||
return (
|
||||
<nav className="md:hidden fixed bottom-0 left-0 right-0 bg-gray-900 border-t border-gray-800 z-40">
|
||||
@@ -74,6 +75,7 @@ export function BottomNav() {
|
||||
);
|
||||
}
|
||||
|
||||
/** Desktop-Seitenleiste mit Navigation und aktivem Nutzer-Indikator. */
|
||||
export function Sidebar() {
|
||||
const { activeUser } = useUserStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user