From 1c319403c75e0cedc0d5b5bac47d3cb2b6595378 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:12:12 +0100 Subject: [PATCH] export components --- packages/components/src/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/components/src/index.tsx b/packages/components/src/index.tsx index 7ad66607..4a0a52da 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'