import { Composition } from "remotion";
import {
DefaultVideo,
calculateDefaultMetadata,
} from "./templates/default/DefaultVideo";
import {
NightfallVideo,
calculateNightfallMetadata,
} from "./templates/nightfall/NightfallVideo";
import {
GridcraftVideo,
calculateGridcraftMetadata,
} from "./templates/gridcraft/GridcraftVideo";
export const RemotionRoot: React.FC = () => {
return (
<>
>
);
};