From ee3969eddd8fe7aa8ffa3271cbd52809ab63700b Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Tue, 23 Feb 2021 22:48:15 +0900 Subject: [PATCH] style: removed unused hook --- pages/addbot.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/addbot.tsx b/pages/addbot.tsx index 5098017..762acc5 100644 --- a/pages/addbot.tsx +++ b/pages/addbot.tsx @@ -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'))