diff --git a/packages/components/src/index.tsx b/packages/components/src/index.tsx index 7ad6660..4a0a52d 100644 --- a/packages/components/src/index.tsx +++ b/packages/components/src/index.tsx @@ -1,3 +1,7 @@ +export * from './button' +export * from './image' +export * from './input' export * from './shape' +export * from './sidebar' export { config } from './tamagui.config' export * from './typography'