Skip to content

Commit

Permalink
Enable flow
Browse files Browse the repository at this point in the history
  • Loading branch information
bitworking committed Oct 17, 2018
1 parent a9406ba commit 6e50400
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/components/ScrollMagicExamples/Components.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Components = () => (
</SMScene>
<SMScene duration={600} pin={true}>
<div>
<Stateless>Stateless Component wrapped</Stateless>
<Stateless>Stateless Component wrapped</Stateless>
</div>
</SMScene>
<SMScene duration={600} pin="#statelessFragment" triggerElement="#statelessFragment">
Expand Down
1 change: 1 addition & 0 deletions src/SMController.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
import { default as React } from 'react';
import { default as ScrollMagic } from 'scrollmagic';

Expand Down
1 change: 1 addition & 0 deletions src/SMScene.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @flow
import { default as React, Fragment } from 'react';
import { default as ScrollMagic } from 'scrollmagic';
import { TimelineMax as Timeline, TweenMax as Tween } from 'gsap/TweenMax';
Expand Down

0 comments on commit 6e50400

Please sign in to comment.