chore: remove unused

This commit is contained in:
Ilia Mashkov
2026-04-16 09:07:46 +03:00
parent db08f523f6
commit e509463911

View File

@@ -9,7 +9,6 @@ import {
FontVirtualList,
type UnifiedFont,
} from '$entities/Font';
import { typographySettingsStore } from '$features/SetupFont';
import {
Button,
Label,
@@ -20,8 +19,6 @@ import { crossfade } from 'svelte/transition';
import { comparisonStore } from '../../model';
const side = $derived(comparisonStore.side);
const typography = $derived(typographySettingsStore);
let prevIndexA: number | null = null;
let prevIndexB: number | null = null;
let selectedIndexA: number | null = null;