Remove comment and named export

This commit is contained in:
Mark Kaylor 2022-11-23 14:01:41 +01:00
parent 34b24b485e
commit e63b41b73a

View File

@ -258,7 +258,4 @@ EditView.propTypes = {
userPermissions: PropTypes.array,
};
export { EditView };
export default memo(EditView);
// export default () => 'TODO Edit view';