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

export const HeroBasic: React.FunctionComponent = () => <Hero>Basic hero content</Hero>;
