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

export const BackToTopBasic: React.FunctionComponent = () => <BackToTop isAlwaysVisible />;
