Skip to content

Commit ce9c7f0

Browse files
author
andorep
committed
fix: export missing rewriteBasepath function
1 parent 3097080 commit ce9c7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export { Asset } from './Asset'
349349
export { HeadContent } from './HeadContent'
350350
export { Scripts } from './Scripts'
351351
export type * from './ssr/serializer'
352-
export { composeRewrites } from '@tanstack/router-core'
352+
export { composeRewrites, rewriteBasepath } from '@tanstack/router-core'
353353
export type {
354354
LocationRewrite,
355355
LocationRewriteFunction,

0 commit comments

Comments
 (0)