From ec2435c19ac8d38a25c54cdfb739a44b3c8efe55 Mon Sep 17 00:00:00 2001 From: Michio Date: Thu, 30 Nov 2023 20:00:39 +0800 Subject: [PATCH] chore: updated index.bundle to export tab and live market components --- libs/components/src/index.bundle.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/components/src/index.bundle.ts b/libs/components/src/index.bundle.ts index 2ec24c4d0..f37d0868c 100644 --- a/libs/components/src/index.bundle.ts +++ b/libs/components/src/index.bundle.ts @@ -10,3 +10,5 @@ export * from './lib/table/account-table'; export * from './lib/action-sheet/bottom-sheet'; export * from './lib/table-cell'; export * from './lib/rating'; +export * from './lib/live-market'; +export * from './lib/tab';