Skip to content

Commit 1094771

Browse files
committed
rename Layout to layout because of course
1 parent 13d0e3b commit 1094771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { StrictMode } from "react";
22
import { createRoot } from "react-dom/client";
33
import { createBrowserRouter, RouterProvider } from "react-router-dom";
44
import "./index.css";
5-
import Layout from "./Layout";
5+
import Layout from "./layout";
66
import Home from "./pages";
77
import About from "./pages/about";
88
import ActualAbout from "./pages/aboutActual";

0 commit comments

Comments
 (0)