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 4, 2019
1 parent 6bfd80d commit 3115869
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 3115869

Please sign in to comment.