feat: Fixed path for routes

This commit is contained in:
2025-06-09 14:07:51 +03:00
parent 64c15b2622
commit 2ca1f2cba4
13 changed files with 706 additions and 32 deletions

View File

@@ -1,3 +1,4 @@
export * from "./RouteListPage";
export * from "./RouteCreatePage";
export { RoutePreview } from "./route-preview";
export * from "./RouteEditPage";