import {Composition} from 'remotion'; import {HelloWorld} from './HelloWorld'; export const RemotionRoot = () => { return ( <> ); };