import { RecoilRoot } from 'recoil'; import Scheduler from './Scheduler'; import type { SchedulerProps } from './types'; export default function SchedulerRoot(props: SchedulerProps) { return ( ); }