From 5e1e509c116dd0df1920c38d658ef22d68196543 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Sun, 1 Feb 2026 11:18:38 +0100 Subject: [PATCH] testing 4 --- apps/web/src/components/editor/timeline/timeline-ruler.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/editor/timeline/timeline-ruler.tsx b/apps/web/src/components/editor/timeline/timeline-ruler.tsx index 6484bbd0..f5334f5a 100644 --- a/apps/web/src/components/editor/timeline/timeline-ruler.tsx +++ b/apps/web/src/components/editor/timeline/timeline-ruler.tsx @@ -1,3 +1,4 @@ +import type { JSX } from "react"; import { TIMELINE_CONSTANTS } from "@/constants/timeline-constants"; import { DEFAULT_FPS } from "@/constants/project-constants"; import { useEditor } from "@/hooks/use-editor";