diff options
Diffstat (limited to 'src/utils/hooks/index.ts')
| -rw-r--r-- | src/utils/hooks/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/hooks/index.ts b/src/utils/hooks/index.ts index b98be04..3e8b410 100644 --- a/src/utils/hooks/index.ts +++ b/src/utils/hooks/index.ts @@ -19,7 +19,9 @@ export * from './use-reading-time'; export * from './use-redirection'; export * from './use-reduced-motion'; export * from './use-route-change'; +export * from './use-scroll-lock'; export * from './use-scroll-position'; +export * from './use-scrollbar-width'; export * from './use-settings'; export * from './use-state-change'; export * from './use-system-color-scheme'; |
