mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-07 07:43:31 +02:00
chore(prettier): prettier format
This commit is contained in:
@@ -4,7 +4,7 @@ import "./App.css";
|
|||||||
import Layout from "./components/Layout";
|
import Layout from "./components/Layout";
|
||||||
import Home from "./pages/Home";
|
import Home from "./pages/Home";
|
||||||
import Stream from "./pages/Stream";
|
import Stream from "./pages/Stream";
|
||||||
import Contact from "./pages/Contact"
|
import Contact from "./pages/Contact";
|
||||||
|
|
||||||
export default function App(): ReactElement {
|
export default function App(): ReactElement {
|
||||||
const path = window.location.pathname.toLowerCase();
|
const path = window.location.pathname.toLowerCase();
|
||||||
|
|||||||
Reference in New Issue
Block a user