From 3fa0ae2846ccda74dd761b91114b2116a836fb81 Mon Sep 17 00:00:00 2001 From: 03hoho03 Date: Mon, 13 May 2024 02:14:31 +0900 Subject: [PATCH] =?UTF-8?q?[#20]=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IdeaTypeGroup.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/IdeaTypeGroup.tsx b/src/components/IdeaTypeGroup.tsx index ea3e416..0dec321 100644 --- a/src/components/IdeaTypeGroup.tsx +++ b/src/components/IdeaTypeGroup.tsx @@ -39,10 +39,6 @@ const StyledToggleGroupItem = styled(ToggleGroupItem)` } ` -/** - * - * @returns - */ const IdeaTypeGroup = () => { const [value, setValue] = useAtom(selectedIdeaTypeAtom)