diff --git a/apps/web/src/components/editor-header.tsx b/apps/web/src/components/editor-header.tsx index 9285398e..f2b79479 100644 --- a/apps/web/src/components/editor-header.tsx +++ b/apps/web/src/components/editor-header.tsx @@ -17,6 +17,7 @@ import { BreadcrumbList, BreadcrumbSeparator, } from "./ui/breadcrumb"; +import { toast } from "sonner"; export function EditorHeader() { const { getTotalDuration } = useTimelineStore(); @@ -29,6 +30,7 @@ export function EditorHeader() { // TODO: Implement export functionality // NOTE: This is already being worked on console.log("Export project"); + window.open('https://youtube.com/watch?v=dQw4w9WgXcQ', '_blank'); }; const handleNameEdit = () => {