refactor(web): fix TimelineManager import - use value import instead of type-only (#23983)

This commit is contained in:
Min Idzelis
2025-11-18 22:26:15 -05:00
committed by GitHub
parent 3a694219bf
commit 42dd3315f8
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import { TUNABLES } from '$lib/utils/tunables';
import type { MonthGroup } from '../month-group.svelte';
import type { TimelineManager } from '../timeline-manager.svelte';
import { TimelineManager } from '../timeline-manager.svelte';
const {
TIMELINE: { INTERSECTION_EXPAND_TOP, INTERSECTION_EXPAND_BOTTOM },