From 98eab35615c57dee7bfd6f4c543119ca8e1336aa Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Thu, 29 Jan 2026 14:38:33 +0300 Subject: [PATCH] fix(fonts): remove unused FontCategory import from unifiedFontStore --- src/entities/Font/model/store/unifiedFontStore.svelte.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/entities/Font/model/store/unifiedFontStore.svelte.ts b/src/entities/Font/model/store/unifiedFontStore.svelte.ts index 59dabc0..a4be0a7 100644 --- a/src/entities/Font/model/store/unifiedFontStore.svelte.ts +++ b/src/entities/Font/model/store/unifiedFontStore.svelte.ts @@ -15,7 +15,6 @@ import type { ProxyFontsParams } from '../../api'; import { fetchProxyFonts } from '../../api'; import type { UnifiedFont } from '../types'; -import type { FontCategory } from '../types'; import { BaseFontStore } from './baseFontStore.svelte'; /**