We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5a78e commit b198f85Copy full SHA for b198f85
packages/solid-router/src/index.tsx
@@ -315,11 +315,9 @@ export type {
315
} from './RouterProvider'
316
317
export {
318
- useScrollRestoration,
319
useElementScrollRestoration,
320
ScrollRestoration,
321
-} from './scroll-restoration'
322
-export type { ScrollRestorationOptions } from './scroll-restoration'
+} from './ScrollRestoration'
323
324
export type { UseBlockerOpts, ShouldBlockFn } from './useBlocker'
325
export { useBlocker, Block } from './useBlocker'
0 commit comments