Skip to content

Commit

Permalink
fix(bara-react): export BaraProvider for React app
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn committed Apr 12, 2019
1 parent cac236e commit fa0b5c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ export const useReactApp = (name: string, App: ComponentType, rootHTML: string =

export * from './exports'
export * from './functions'
export * from './models'
export * from './models'
export * from './context'

0 comments on commit fa0b5c3

Please sign in to comment.