mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
style: removed unused variable
This commit is contained in:
parent
770665190b
commit
fe62f05fd6
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user