Skip to content

Commit

Permalink
add empty deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Enochen committed Nov 29, 2023
1 parent bf7c22a commit 698d238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Admin/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Home = () => {

useEffect(() => {
document.title = 'Home - Carriage';
});
}, []);

return (
<main id="main">
Expand Down

0 comments on commit 698d238

Please sign in to comment.