main
ts 4 lines 105 Bytes
Raw
1 import {registerRoot} from 'remotion';
2 import {RemotionRoot} from './root';
3
4 registerRoot(RemotionRoot);