mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Remove comment and named export
This commit is contained in:
parent
34b24b485e
commit
e63b41b73a
@ -258,7 +258,4 @@ EditView.propTypes = {
|
|||||||
userPermissions: PropTypes.array,
|
userPermissions: PropTypes.array,
|
||||||
};
|
};
|
||||||
|
|
||||||
export { EditView };
|
|
||||||
export default memo(EditView);
|
export default memo(EditView);
|
||||||
|
|
||||||
// export default () => 'TODO Edit view';
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user