diff --git a/resources/js/modules/editor/partials/editor-controls.jsx b/resources/js/modules/editor/partials/editor-controls.jsx
index 17fa479..6498184 100644
--- a/resources/js/modules/editor/partials/editor-controls.jsx
+++ b/resources/js/modules/editor/partials/editor-controls.jsx
@@ -4,7 +4,7 @@ import { Button } from '@/components/ui/button';
import { cn } from '@/lib/utils';
import { useMitt } from '@/plugins/MittContext';
import useVideoEditorStore from '@/stores/VideoEditorStore';
-import { Download, Edit3, Play, Square } from 'lucide-react';
+import { Download, Edit3, GraduationCap, Play, Share2, Square } from 'lucide-react';
const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive = false }) => {
const { videoIsPlaying } = useVideoEditorStore();
@@ -40,10 +40,6 @@ const EditorControls = ({ className = '', onEditClick = () => {}, isEditActive =
9:16
*/}
- {/* */}
-