Skip to content

Commit fa0b5c3

Browse files
committed
fix(bara-react): export BaraProvider for React app
1 parent cac236e commit fa0b5c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ export const useReactApp = (name: string, App: ComponentType, rootHTML: string =
2525

2626
export * from './exports'
2727
export * from './functions'
28-
export * from './models'
28+
export * from './models'
29+
export * from './context'

0 commit comments

Comments
 (0)