Skip to content

Commit

Permalink
Removed unused useState code
Browse files Browse the repository at this point in the history
  • Loading branch information
joriordan332 committed Oct 11, 2024
1 parent 04f15a2 commit 42cc59d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export function App() {
setIsModalOpen(!isModalOpen);
};

const [darkMode, setDarkMode] = useState(false);

return (
<Router>
<Routes>
Expand Down

0 comments on commit 42cc59d

Please sign in to comment.