diff --git a/src/App.tsx b/src/App.tsx index 44beb8ff9..2428e2503 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,7 +25,6 @@ export const App = () => { }); }, [dispatch]); - return ( <>
@@ -46,5 +45,5 @@ export const App = () => { {currentTodo && } - ) + ); };