Skip to content

Commit 3ffa61f

Browse files
authored
Update index.ts
1 parent b69d3b3 commit 3ffa61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ export * from './dedupeHead.js'
22
export * from './ensureLeadingSlash.js'
33
export * from './ensureEndingSlash.js'
44
export * from './formatDateString.js'
5+
export * from './inferRoutePath.js'
56
export * from './isLinkExternal.js'
67
export * from './isLinkHttp.js'
78
export * from './isLinkWithProtocol.js'
89
export * from './isPlainObject.js'
9-
export * from './inferRoutePath.js'
1010
export * from './normalizeRoutePath.js'
1111
export * from './omit.js'
1212
export * from './removeEndingSlash.js'

0 commit comments

Comments
 (0)