import { ScheduleContextProvider } from '@/context/schedule'; import { type PropsWithChildren } from 'react'; export default async function Layout({ children }: Readonly) { return {children}; }