import React from "react"; import { Timegroup, Text } from "@editframe/react"; export const Video = () => { return ( {/* Add your composition here */} Your video starts here ); };