import { ConfigProvider } from 'antd'; import ru_RU from 'antd/lib/locale/ru_RU'; export function Config({ children }) { return {children}; }