From a1cd6ffb22ae81f5dd1d8e87c91d0a5cb6901c3b Mon Sep 17 00:00:00 2001 From: Narin Ratana Date: Wed, 8 Nov 2023 11:30:05 -0800 Subject: [PATCH] export VAButton in index.tsx --- packages/components/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/index.tsx b/packages/components/src/index.tsx index 2ea79964..482b3b3e 100644 --- a/packages/components/src/index.tsx +++ b/packages/components/src/index.tsx @@ -8,3 +8,4 @@ if (expoApp && App.initiateExpo) { // Export components here so they are exported through npm export { SegmentedControl } from './components/SegmentedControl/SegmentedControl' +export { VAButton } from './components/VAButton/VAButton'