Skip to content

Commit

Permalink
[base] Fix definition exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 9350ee1 commit 37e81d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@sanity/base/components.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './lib/components'
export * from './src/components'
2 changes: 1 addition & 1 deletion packages/@sanity/base/user-color.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './lib/user-color'
export * from './src/user-color'

0 comments on commit 37e81d4

Please sign in to comment.