From fef186c183b4c1a222c3de767c55d25a44b8e234 Mon Sep 17 00:00:00 2001 From: STetsing <41009393+STetsing@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:31:11 +0200 Subject: [PATCH] minor --- apps/remix-ide/src/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index c52a6f005d..c2f59cfd3b 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -69,8 +69,6 @@ import { HardhatHandleDesktop } from './app/plugins/electron/hardhatPlugin' import { GitPlugin } from './app/plugins/git' import { Matomo } from './app/plugins/matomo' - - import { TemplatesSelectionPlugin } from './app/plugins/templates-selection/templates-selection-plugin' const isElectron = require('is-electron')