diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index c43d840..57c7108 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -4,7 +4,7 @@ import "./App.css"; import Layout from "./components/Layout"; import Home from "./pages/Home"; import Stream from "./pages/Stream"; -import Contact from "./pages/Contact" +import Contact from "./pages/Contact"; export default function App(): ReactElement { const path = window.location.pathname.toLowerCase();