diff --git a/src/components/App.tsx b/src/components/App.tsx index f6448b888..5ce466170 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -2,7 +2,6 @@ import { Trans } from 'react-i18next'; import { Outlet, Route, Routes, useLocation } from 'react-router-dom'; import { buildSignInPath, saveUrlForRedirection } from '@graasp/sdk'; -import { COMMON } from '@graasp/translations'; import { CustomInitialLoader, PreventGuestWrapper,