This commit is contained in:
2024-04-05 17:57:54 +05:00
parent 6866ee34fc
commit 6f0c0fe71a
+1
View File
@@ -3,6 +3,7 @@ import "./index.css";
import { createBrowserRouter, RouterProvider } from "react-router-dom";
import VirtualTourPage from "./pages/VirtualTourPage.tsx";
import InfrastructurePage from "./pages/InfrastructurePage.tsx";
import MainPage from "./pages/MainPage.tsx";
const router = createBrowserRouter([
{