Skip to content

Commit

Permalink
fix(📚): Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Sznajder committed May 9, 2019
1 parent 2a3ffc6 commit 6ccb7aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export {
} from "./Math";
export { default as interpolateColors } from "./Colors";
export { runSpring, runTiming, runDecay } from "./AnimationRunners";
export { preserveOffset, preserveMultiplicativeOffset, decay, limit } from "./Gesture";
export {
preserveOffset, preserveMultiplicativeOffset, decay, limit,
} from "./Gesture";

const {
event,
Expand Down

0 comments on commit 6ccb7aa

Please sign in to comment.