import type { PropsWithChildren } from 'react'; import { LocalizationProvider } from '@mui/x-date-pickers'; import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns'; import { ru } from 'date-fns/locale/ru'; export const createLocalizationWrapper = () => ({ children }: PropsWithChildren) => ( {children} );