From dea541535463aae4725834ee051397b4e328d953 Mon Sep 17 00:00:00 2001 From: JF-Cozy Date: Tue, 29 Oct 2024 14:30:08 +0100 Subject: [PATCH] fix: Devtools was imported twice --- src/components/Home.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Home.jsx b/src/components/Home.jsx index 8348cb090..ef8558f8f 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -3,7 +3,6 @@ import cx from 'classnames' import { Outlet, useLocation } from 'react-router-dom' import flag from 'cozy-flags' -import CozyDevTools from 'cozy-client/dist/devtools' import { CozyConfirmDialogProvider } from 'cozy-harvest-lib' import { getFlagshipMetadata } from 'cozy-device-helper' import { Main, Content } from 'cozy-ui/transpiled/react/Layout' @@ -39,7 +38,6 @@ const Home = ({ setAppsReady, wrapper }) => { getFlagshipMetadata().immersive })} > - {flag('debug') && } {flag('home.detailed-services-dev') ? (