From 16c7f232b1d7afdffd31eeadbb66b2ced6063b55 Mon Sep 17 00:00:00 2001 From: Damien Vitrac Date: Wed, 4 Dec 2024 15:24:08 +0100 Subject: [PATCH] fix: Duplicate module --- start-client/src/components/Application.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/start-client/src/components/Application.js b/start-client/src/components/Application.js index 9a240ca4a26..0add014ec42 100644 --- a/start-client/src/components/Application.js +++ b/start-client/src/components/Application.js @@ -176,15 +176,7 @@ export default function Application() { open={exploreOpen || false} onClose={onEscape} /> - - - )