diff options
Diffstat (limited to 'src/components/LockScroll/index.web.tsx')
-rw-r--r-- | src/components/LockScroll/index.web.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/LockScroll/index.web.tsx b/src/components/LockScroll/index.web.tsx new file mode 100644 index 000000000..2110a3cd0 --- /dev/null +++ b/src/components/LockScroll/index.web.tsx @@ -0,0 +1,3 @@ +import {RemoveScrollBar} from 'react-remove-scroll-bar' + +export const LockScroll = RemoveScrollBar |