style: removed unused variable

This commit is contained in:
Junseo Park 2021-02-14 16:06:40 +09:00
parent 770665190b
commit fe62f05fd6

View File

@ -3,7 +3,7 @@ import dynamic from 'next/dynamic'
import { useRouter } from 'next/router'
import { get } from '@utils/Query'
import { makeBotURL, parseCookie, redirectTo } from '@utils/Tools'
import { parseCookie, redirectTo } from '@utils/Tools'
import { Bot, SubmittedBot, User } from '@types'
import BotCard from '@components/BotCard'
import SubmittedBotCard from '@components/SubmittedBotCard'