upd
This commit is contained in:
@@ -14,6 +14,7 @@ import SearchPage from "./pages/SearchPage.tsx";
|
||||
import LayoutWithoutFooter from "./layout/LayoutWithoutFooter.tsx";
|
||||
import { queryClient } from "./lib/queryClient.ts";
|
||||
import AboutComplexPage from "./pages/AboutComplexPage.tsx";
|
||||
import UnitTypeItemPage from "./pages/UnitTypeItemPage.tsx";
|
||||
|
||||
const route = createBrowserRouter([
|
||||
{
|
||||
@@ -23,6 +24,10 @@ const route = createBrowserRouter([
|
||||
path: "/unit-types",
|
||||
element: <UnitTypesPage />,
|
||||
},
|
||||
{
|
||||
path: "/unit-types/:unitType",
|
||||
element: <UnitTypeItemPage />,
|
||||
},
|
||||
{
|
||||
path: "/about",
|
||||
element: <AboutPage />,
|
||||
|
||||
Reference in New Issue
Block a user