Blank page
+
+
+
-
);
-}
+}
\ No newline at end of file
diff --git a/src/components/made-with-dyad.tsx b/src/components/made-with-dyad.tsx
deleted file mode 100644
index c0c2ef8..0000000
--- a/src/components/made-with-dyad.tsx
+++ /dev/null
@@ -1,14 +0,0 @@
-export const MadeWithDyad = () => {
- return (
-
- );
-};
diff --git a/src/components/video-editor.tsx b/src/components/video-editor.tsx
new file mode 100644
index 0000000..fb77238
--- /dev/null
+++ b/src/components/video-editor.tsx
@@ -0,0 +1,90 @@
+"use client";
+
+import { useState, useRef, ChangeEvent } from "react";
+import { Card, CardContent, CardDescription, CardHeader, CardTitle, CardFooter } from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
+import { Input } from "@/components/ui/input";
+import { Label } from "@/components/ui/label";
+import { UploadCloud, Scissors, Download } from "lucide-react";
+
+export function VideoEditor() {
+ const [videoSrc, setVideoSrc] = useState
+
+ ) : (
+
+
+
+
+
+ Trim Video
++ Trimming controls will be added here in the next step. +
+
+
+
+ )}
+