diff --git a/src/components/Navigation/Navigation.tsx b/src/components/Navigation/Navigation.tsx index be5ece7..e279a6f 100644 --- a/src/components/Navigation/Navigation.tsx +++ b/src/components/Navigation/Navigation.tsx @@ -1,18 +1,7 @@ import Link from "next/link"; -import { useRouter } from "next/router"; import styles from "./Navigation.module.css"; -import { - Dialog, - DialogContent, - DialogDescription, - DialogFooter, - DialogHeader, - DialogTitle, - DialogTrigger, -} from "@/components/Dialog/Dialog"; -import IconFilter from "@/components/Icons/Filter"; import IconOverview from "@/components/Icons/Overview"; import IconQuestion from "@/components/Icons/Question"; import IconSearch from "@/components/Icons/Search"; @@ -28,6 +17,7 @@ export function Navigation() { How to use {getAppName()}? + {/*