We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RouteConfig
1 parent af0acf1 commit 10a1effCopy full SHA for 10a1eff
packages/react-router-dev/config/routes.ts
@@ -125,7 +125,7 @@ export const resolvedRouteConfigSchema = v.array(routeConfigEntrySchema);
125
type ResolvedRouteConfig = v.InferInput<typeof resolvedRouteConfigSchema>;
126
127
/**
128
- * Route config to be exported via the `routes` export within `routes.ts`.
+ * Route config to be exported via the default export from `app/routes.ts`.
129
*/
130
export type RouteConfig = ResolvedRouteConfig | Promise<ResolvedRouteConfig>;
131
0 commit comments