Skip to content

Commit 003c908

Browse files
author
Jan Fischer
committed
Don't export Scroller
1 parent 3a2a8a0 commit 003c908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-gsap/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export { default as Tween } from './Tween';
22
export { default as Timeline } from './Timeline';
33
export { default as Reveal } from './tools/Reveal';
4-
export { default as Scroller } from './tools/Scroller';
4+
// export { default as Scroller } from './tools/Scroller';
55
export { SplitWords, SplitChars, SplitLetters } from './tools/SplitText';
66
export { default as Controls } from './tools/Controls';
77
export { PlayState } from './types';

0 commit comments

Comments
 (0)