Skip to content

Commit

Permalink
switch to wildcard exports
Browse files Browse the repository at this point in the history
  • Loading branch information
josephaxisa committed Nov 3, 2021
1 parent 895469d commit b1f2933
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/api-explorer/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
SOFTWARE.
*/
export { ApiExplorer } from './ApiExplorer'
export { Loader } from './components'
export { store } from './state'
export * from './ApiExplorer'
export * from './StandaloneApiExplorer'
export * from './components'
export * from './state'

0 comments on commit b1f2933

Please sign in to comment.