Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Den committed Sep 17, 2024
1 parent 78e3770 commit 37251f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const App = () => {
});
}, [dispatch]);


return (
<>
<div className="section">
Expand All @@ -46,5 +45,5 @@ export const App = () => {

{currentTodo && <TodoModal />}
</>
)
);
};

0 comments on commit 37251f5

Please sign in to comment.