fix(fonts): remove unused FontCategory import from unifiedFontStore

This commit is contained in:
Ilia Mashkov
2026-01-29 14:38:33 +03:00
parent 7fbeef68e2
commit 98eab35615

View File

@@ -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';
/**