chore(prettier): prettier format

This commit is contained in:
2026-07-31 21:27:39 +02:00
parent 34e1387aa8
commit 4e91ecafec
+1 -1
View File
@@ -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();