fix import

This commit is contained in:
Maze Winther 2026-01-31 22:54:33 +01:00
parent e00ba706fe
commit 1d31b7a586
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import type { CanvasRenderer } from "../canvas-renderer";
import { BaseNode } from "./base-node";
import { videoCache } from "@/services/media/video-cache";
import { videoCache } from "@/services/video-cache/service";
const VIDEO_EPSILON = 1 / 1000;