diff --git a/web/src/components/Navbar.tsx b/web/src/components/Navbar.tsx index 354895f..f07ebc7 100644 --- a/web/src/components/Navbar.tsx +++ b/web/src/components/Navbar.tsx @@ -2,8 +2,6 @@ /* eslint-disable no-undef */ import { Link } from '@tanstack/react-router'; -const LOGIN_URL = 'http://localhost:3000/login'; - export const Navbar = () => { return (
@@ -11,6 +9,7 @@ export const Navbar = () => {