From 34d9be3f354f7251b878b76255ba9e54c8a05ef8 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'