style: removed unused hook

This commit is contained in:
Junseo Park 2021-02-23 22:48:15 +09:00
parent d70a728693
commit ee3969eddd

View File

@ -12,7 +12,6 @@ import { categories, library } from '@utils/Constants'
import { ResponseProps, SubmittedBot, Theme, User } from '@types'
import { getToken } from '@utils/Csrf'
import Fetch from '@utils/Fetch'
import useOutsideClick from '@utils/useOutsideClick'
const CheckBox = dynamic(() => import('@components/Form/CheckBox'))
const Label = dynamic(() => import('@components/Form/Label'))