style: removed unused variable

This commit is contained in:
Junseo Park 2021-02-14 16:06:18 +09:00
parent 7fbc37cf1f
commit 7d8bd55b19

View File

@ -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'