Some checks failed
Build & Deploy Mintel Blog / build-and-deploy (push) Failing after 2m19s
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
import { registerRoot } from 'remotion';
|
|
import { RemotionRoot } from './Root';
|
|
|
|
registerRoot(RemotionRoot);
|