diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index a906288..01dfdd2 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -1,3 +1,4 @@ +export * from './core'; export * from './hooks'; export * from './utils'; export * from './types';