Skip to content

Commit 10a1eff

Browse files
Update RouteConfig type description (#12333)
1 parent af0acf1 commit 10a1eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-dev/config/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const resolvedRouteConfigSchema = v.array(routeConfigEntrySchema);
125125
type ResolvedRouteConfig = v.InferInput<typeof resolvedRouteConfigSchema>;
126126

127127
/**
128-
* Route config to be exported via the `routes` export within `routes.ts`.
128+
* Route config to be exported via the default export from `app/routes.ts`.
129129
*/
130130
export type RouteConfig = ResolvedRouteConfig | Promise<ResolvedRouteConfig>;
131131

0 commit comments

Comments
 (0)