diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index abf338e7..b216a700 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -1,11 +1,9 @@ -import { useState } from "react"; import { useNavigate } from "react-router-dom"; import { useAuth } from "../Auth" import { Link } from "react-router-dom"; import { toast } from "react-toastify"; import QuestionMarkIcon from '@heroicons/react/24/outline/QuestionMarkCircleIcon' import * as React from "react"; -import DialogModal from "../Templates/DialogModal"; export default function NavBar({ appName, nameWidth = 200}: { appName: string, nameWidth?: number }) { @@ -50,7 +48,6 @@ export default function NavBar({ appName, nameWidth = 200}: { appName: string, n