import { CodeEditor } from '@patternfly/react-code-editor';

export const CodeEditorWithActions: React.FunctionComponent = () => (
  <CodeEditor isUploadEnabled isDownloadEnabled isCopyEnabled isLanguageLabelVisible height="400px" />
);
