diff --git a/apps/web/src/components/editor/timeline/index.tsx b/apps/web/src/components/editor/timeline/index.tsx
index 3ca561c5..993aa6ad 100644
--- a/apps/web/src/components/editor/timeline/index.tsx
+++ b/apps/web/src/components/editor/timeline/index.tsx
@@ -18,6 +18,8 @@ import {
Lock,
LockOpen,
Link,
+ ZoomIn,
+ ZoomOut,
} from "lucide-react";
import {
Tooltip,
@@ -56,6 +58,7 @@ import {
TIMELINE_CONSTANTS,
snapTimeToFrame,
} from "@/constants/timeline-constants";
+import { Slider } from "@/components/ui/slider";
export function Timeline() {
// Timeline shows all tracks (video, audio, effects) and their elements.
@@ -504,7 +507,7 @@ export function Timeline() {
onMouseEnter={() => setIsInTimeline(true)}
onMouseLeave={() => setIsInTimeline(false)}
>
-