← back to Prestige Car Wash Video

src/index.ts

5 lines

import { registerRoot } from 'remotion';
import { RemotionRoot } from './Root';

registerRoot(RemotionRoot);