import { BackgroundImage } from '@patternfly/react-core';

export const BackgroundImageBasic: React.FunctionComponent = () => (
  <BackgroundImage src="/assets/images/pf-background.svg" />
);
