import React from 'react'; import { EmptyState, Spinner, Bullseye } from '@patternfly/react-core'; export const Loading = () => { return ( ); };