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)