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