Skip to content

Commit c88022f

Browse files
committed
Remove unused orgWorkflowRoute from index.tsx to streamline routing configuration.
1 parent 9a8e9c5 commit c88022f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/mesh/src/web/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ const orgStoreRoute = createRoute({
123123
component: lazyRouteComponent(() => import("./routes/orgs/store/page.tsx")),
124124
});
125125

126-
const orgWorkflowRoute = createRoute({
127-
getParentRoute: () => shellLayout,
128-
path: "/$org/workflow",
129-
component: lazyRouteComponent(() => import("./routes/orgs/workflow.tsx")),
130-
});
131-
132126
const storeServerDetailRoute = createRoute({
133127
getParentRoute: () => orgStoreRoute,
134128
path: "/$appName",

0 commit comments

Comments
 (0)