import getColors from '@/styles/colors'; import { Result } from 'ui/elements'; import { LoadingOutlined } from 'ui/elements/icons'; const colors = getColors(); export function Loading() { return ( } title="Загрузка..." /> ); }