diff --git a/src/assets/icons/icon-image-broken.svg b/src/assets/icons/icon-image-broken.svg deleted file mode 100644 index d014b37cf6..0000000000 --- a/src/assets/icons/icon-image-broken.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/src/components/Error/ErrorComponent.jsx b/src/components/Error/ErrorComponent.jsx deleted file mode 100644 index 79bc56bd1e..0000000000 --- a/src/components/Error/ErrorComponent.jsx +++ /dev/null @@ -1,30 +0,0 @@ -import React from 'react' - -import Empty from 'cozy-ui/transpiled/react/Empty' -import Button from 'cozy-ui/transpiled/react/deprecated/Button' -import { translate } from 'cozy-ui/transpiled/react/providers/I18n' - -import EmptyIcon from '../../photos/assets/icons/icon-image-broken.svg' - -export const ErrorComponent = ({ t, errorType }) => { - return ( - -