feat: Move route-preview

This commit is contained in:
2025-06-09 09:31:26 +03:00
parent f4544c1888
commit 64c15b2622
17 changed files with 2143 additions and 43 deletions

View File

@ -37,6 +37,7 @@ import {
StationPreviewPage,
StationEditPage,
RouteCreatePage,
RoutePreview,
} from "@pages";
import { authStore, createSightStore, editSightStore } from "@shared";
import { Layout } from "@widgets";
@ -140,6 +141,7 @@ const router = createBrowserRouter([
// Route
{ path: "route", element: <RouteListPage /> },
{ path: "route/create", element: <RouteCreatePage /> },
{ path: "route-preview/:id", element: <RoutePreview /> },
// User
{ path: "user", element: <UserListPage /> },