Skip to content

Commit

Permalink
remove broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9116 committed Feb 4, 2024
1 parent c671167 commit 5e27c08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ function useWindowSize() {
}

function App() {
useEffect(() => {
document.title = 'Taver';
}, []);
let cachedStartDate = localStorage.getItem('startDate');
let cachedEndDate = localStorage.getItem('endDate');
const [width, height] = useWindowSize();
Expand Down

0 comments on commit 5e27c08

Please sign in to comment.