chore: remove unused code

This commit is contained in:
Ilia Mashkov
2026-02-09 17:33:09 +03:00
parent 61c67acfb8
commit 422363d329
6 changed files with 1 additions and 22 deletions

View File

@@ -6,10 +6,7 @@
import { cn } from '$shared/shadcn/utils/shadcn-utils';
import type { Snippet } from 'svelte';
import { Spring } from 'svelte/motion';
import {
type UnifiedFont,
selectedFontsStore,
} from '../../model';
import { type UnifiedFont } from '../../model';
interface Props {
/**
@@ -36,7 +33,6 @@ interface Props {
const { font, isFullyVisible, isPartiallyVisible, proximity, children }: Props = $props();
const selected = $derived(selectedFontsStore.has(font.id));
let timeoutId = $state<NodeJS.Timeout | null>(null);
// Create a spring for smooth scale animation