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