From cd349aec92edc5f7ff3f610537cf96ab9967233e Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Wed, 15 Apr 2026 22:32:45 +0300 Subject: [PATCH] fix: imports --- src/entities/Font/model/index.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/entities/Font/model/index.ts b/src/entities/Font/model/index.ts index 5e0c11e..e353b14 100644 --- a/src/entities/Font/model/index.ts +++ b/src/entities/Font/model/index.ts @@ -1,7 +1,2 @@ -export { - appliedFontsManager, - createFontStore, - FontStore, - fontStore, -} from './store'; +export * from './store'; export * from './types';