import { Composition } from "remotion"; import { FabroIntro } from "./FabroIntro"; export const RemotionRoot: React.FC = () => { return ( ); };