| 1 | // Bundle entry point — passed to @remotion/bundler bundle(). registerRoot wires |
| 2 | // the bridge composition into Remotion. (RFC-08 §5) |
| 3 | import { registerRoot } from 'remotion'; |
| 4 | import { RemotionRoot } from './Root'; |
| 5 | |
| 6 | registerRoot(RemotionRoot); |
| 7 |