diff --git a/src/components/VideoEditor.tsx b/src/components/VideoEditor.tsx index 1e4e9f0d..22f6343c 100644 --- a/src/components/VideoEditor.tsx +++ b/src/components/VideoEditor.tsx @@ -381,6 +381,20 @@ export default function VideoEditor() { {file && (
+ + {/* NEW CLEAR VIDEO BUTTON */} +
+ +
+ {/* END NEW CLEAR VIDEO BUTTON */} +
); -} +} \ No newline at end of file