diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 7ad4547..982d0b0 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -6,7 +6,7 @@ import Link from 'next/link' import { useRouter } from 'next/router' import { redirectTo } from '@utils/Tools' -import { Theme, UserCache } from '@types' +import { UserCache } from '@types' import DiscordAvatar from '@components/DiscordAvatar'