diff --git a/frontend/src/app/ui/snippets/gear-parser.tsx b/frontend/src/app/ui/snippets/gear-parser.tsx index fda5e22..1bed44d 100644 --- a/frontend/src/app/ui/snippets/gear-parser.tsx +++ b/frontend/src/app/ui/snippets/gear-parser.tsx @@ -9,10 +9,6 @@ interface GearParserProps { ParsedGearList: ParsedGear[]; } -interface ParseGearReq { - ParsedGearList: ParsedGear[]; -} - export interface ParsedGear { id: string; name: string;