From 15184f286a46086ec1caecf999d625cd8d5fe376 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 27 Aug 2024 22:58:47 +0530 Subject: [PATCH] fix: whitespace --- src/components/molecules/InterpretationLog.tsx | 1 - 1 file changed, 1 deletion(-) 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('');