Skip to content

Commit b198f85

Browse files
committed
fix imports from ScrollRestoration
1 parent 6d5a78e commit b198f85

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/solid-router/src/index.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,9 @@ export type {
315315
} from './RouterProvider'
316316

317317
export {
318-
useScrollRestoration,
319318
useElementScrollRestoration,
320319
ScrollRestoration,
321-
} from './scroll-restoration'
322-
export type { ScrollRestorationOptions } from './scroll-restoration'
320+
} from './ScrollRestoration'
323321

324322
export type { UseBlockerOpts, ShouldBlockFn } from './useBlocker'
325323
export { useBlocker, Block } from './useBlocker'

0 commit comments

Comments
 (0)