import { TelegramProvider } from '@/providers/telegram'; import { type PropsWithChildren } from 'react'; export default function Layout({ children }: Readonly) { return {children}; }