chore: remove unused
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
|||||||
FontVirtualList,
|
FontVirtualList,
|
||||||
type UnifiedFont,
|
type UnifiedFont,
|
||||||
} from '$entities/Font';
|
} from '$entities/Font';
|
||||||
import { typographySettingsStore } from '$features/SetupFont';
|
|
||||||
import {
|
import {
|
||||||
Button,
|
Button,
|
||||||
Label,
|
Label,
|
||||||
@@ -20,8 +19,6 @@ import { crossfade } from 'svelte/transition';
|
|||||||
import { comparisonStore } from '../../model';
|
import { comparisonStore } from '../../model';
|
||||||
|
|
||||||
const side = $derived(comparisonStore.side);
|
const side = $derived(comparisonStore.side);
|
||||||
const typography = $derived(typographySettingsStore);
|
|
||||||
|
|
||||||
let prevIndexA: number | null = null;
|
let prevIndexA: number | null = null;
|
||||||
let prevIndexB: number | null = null;
|
let prevIndexB: number | null = null;
|
||||||
let selectedIndexA: number | null = null;
|
let selectedIndexA: number | null = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user