import React from "react"; import {AbsoluteFill} from "remotion"; export const Example: React.FC = () => { return (
); };