diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 1110f0bb..68c28fc3 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -39,7 +39,6 @@ const rows = [ createData('Gingerbread', 356, 16.0, 49, 3.9), ]; - export const InterpretationLog = () => { const [open, setOpen] = useState(false); const [log, setLog] = useState('');