"use client"

import { VideoEditor } from "@/components/markatty/video-editor"

export default function Page() {
  return <VideoEditor mode="create" />
}
