From fa0b5c3f7e511c9ceb36bbd74136085689553fdf Mon Sep 17 00:00:00 2001 From: nampdn Date: Fri, 12 Apr 2019 16:59:11 +0700 Subject: [PATCH] fix(bara-react): export BaraProvider for React app --- src/lib/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/index.ts b/src/lib/index.ts index 28e50ad2..fb0312b3 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -25,4 +25,5 @@ export const useReactApp = (name: string, App: ComponentType, rootHTML: string = export * from './exports' export * from './functions' -export * from './models' \ No newline at end of file +export * from './models' +export * from './context'