From 0e70d1a5fdcda31339835af1f8f548e5c85af2a3 Mon Sep 17 00:00:00 2001 From: object Date: Sat, 13 Aug 2022 19:35:49 +0000 Subject: [PATCH] Added new export layout --- src/common/layout/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/layout/index.ts b/src/common/layout/index.ts index a7bdd15c..3c4238e1 100644 --- a/src/common/layout/index.ts +++ b/src/common/layout/index.ts @@ -1,6 +1,7 @@ export * from './LayoutAvatarImageView'; export * from './LayoutBackgroundImage'; export * from './LayoutBadgeImageView'; +export * from './LayoutCounterTimeView'; export * from './LayoutCurrencyIcon'; export * from './LayoutFurniIconImageView'; export * from './LayoutFurniImageView';