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

export const BackdropBasic: React.FunctionComponent = () => <Backdrop />;
