From aa426cb9766e1209d4c3a1c33c7cd45170e4cbf2 Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 20 Sep 2024 14:32:48 +0200 Subject: [PATCH] refactor: fix --- src/components/App.tsx | 1 - 1 file changed, 1 deletion(-) 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,