diff --git a/src/components/Tutorial/TutorialWelcome.tsx b/src/components/Tutorial/TutorialWelcome.tsx
index 4e93d407afe90003da45400995e337885e628c37..da623e8c90c3b40c8b43676b9ec7d6cdbe5f6385 100644
--- a/src/components/Tutorial/TutorialWelcome.tsx
+++ b/src/components/Tutorial/TutorialWelcome.tsx
@@ -5,7 +5,6 @@ import { IconButton } from '@material-ui/core'
 import Icon from 'cozy-ui/transpiled/react/Icon'
 import { useClient } from 'cozy-client'
 import { useDispatch } from 'react-redux'
-import get from 'lodash/get'
 import { updateProfile } from 'store/profile/profile.actions'
 import MailService from 'services/mail.service'
 import userInstanceSettings from 'components/Hooks/userInstanceSettings'