Root file
The Root file is the file that exports the Root component, which renders one or more <Composition />
components.
By default, it is src/Root.tsx
or remotion/Root.tsx
in most Remotion templates, but you may reorganize the files arbitrarily.
The entry point will import the Root file and register it with registerRoot()
See the Root file of the Hello World project as an example.