Skip to content

Commit

Permalink
fix: workaround rollup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 7, 2019
1 parent 6237020 commit 49a6e25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/konva/src/index.ts
@@ -1,3 +1,3 @@
export * from '@react-spring/core'
export * from './animated'
export * from './globals'
export * from './animated'
export * from '@react-spring/core'
4 changes: 2 additions & 2 deletions packages/native/src/index.ts
@@ -1,3 +1,3 @@
export * from '@react-spring/core'
export * from './animated'
export * from './globals'
export * from './animated'
export * from '@react-spring/core'
4 changes: 2 additions & 2 deletions packages/three/src/index.ts
@@ -1,3 +1,3 @@
export * from '@react-spring/core'
export * from './animated'
export * from './globals'
export * from './animated'
export * from '@react-spring/core'
4 changes: 2 additions & 2 deletions packages/web/src/index.ts
@@ -1,3 +1,3 @@
export * from '@react-spring/core'
export * from './animated'
export * from './globals'
export * from './animated'
export * from '@react-spring/core'

0 comments on commit 49a6e25

Please sign in to comment.