Skip to content

Commit

Permalink
style(prettier): run formatting after dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
garthenweb committed Feb 16, 2020
1 parent 6f6d655 commit 3731b1b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
export { default as ViewportProvider } from './ViewportProvider';
export { default as connectViewport } from './ConnectViewport';
export {
default as ObserveBoundingClientRect,
} from './ObserveBoundingClientRect';
export { default as ObserveBoundingClientRect } from './ObserveBoundingClientRect';
export { default as ObserveViewport } from './ObserveViewport';
export {
useScroll,
Expand Down

0 comments on commit 3731b1b

Please sign in to comment.