import React from 'react'; import { client as settingsPath, CLIENT_TABS } from 'App/routes'; import { Icon } from 'UI'; import { LoadingOutlined } from '@ant-design/icons'; import { useNavigate } from 'react-router'; import { Button } from 'antd'; export function LoadingFetch({ provider }: { provider: string }) { return (