Files
micronomicon/frontend/src/components/shared/NavBar.tsx
2026-04-02 12:42:21 +02:00

5 lines
110 B
TypeScript

// NavBar removed — frame.svg is the visual wrapper now
export default function NavBar() {
return null;
}