We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8e9c5 commit c88022fCopy full SHA for c88022f
1 file changed
apps/mesh/src/web/index.tsx
@@ -123,12 +123,6 @@ const orgStoreRoute = createRoute({
123
component: lazyRouteComponent(() => import("./routes/orgs/store/page.tsx")),
124
});
125
126
-const orgWorkflowRoute = createRoute({
127
- getParentRoute: () => shellLayout,
128
- path: "/$org/workflow",
129
- component: lazyRouteComponent(() => import("./routes/orgs/workflow.tsx")),
130
-});
131
-
132
const storeServerDetailRoute = createRoute({
133
getParentRoute: () => orgStoreRoute,
134
path: "/$appName",
0 commit comments