about complex page created
This commit is contained in:
@@ -13,6 +13,7 @@ import FavoritesPage from "./pages/FavouritesPage.tsx";
|
||||
import SearchPage from "./pages/SearchPage.tsx";
|
||||
import LayoutWithoutFooter from "./layout/LayoutWithoutFooter.tsx";
|
||||
import { queryClient } from "./lib/queryClient.ts";
|
||||
import AboutComplexPage from "./pages/AboutComplexPage.tsx";
|
||||
|
||||
const route = createBrowserRouter([
|
||||
{
|
||||
@@ -51,6 +52,10 @@ const route = createBrowserRouter([
|
||||
path: "/complex/:complexName/floors",
|
||||
element: <FloorsPage />,
|
||||
},
|
||||
{
|
||||
path: "/complex/:complexName/about",
|
||||
element: <AboutComplexPage />,
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user