From 638a48eb050487a428f07bd84ab34d9b26e568ad Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 9 Sep 2021 19:07:53 +0200 Subject: [PATCH] rm type --- .../plugin-manager/src/lib/components/LocalPluginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/plugin-manager/src/lib/components/LocalPluginForm.tsx b/libs/remix-ui/plugin-manager/src/lib/components/LocalPluginForm.tsx index c8b4f8fbcd..44ba3de3c2 100644 --- a/libs/remix-ui/plugin-manager/src/lib/components/LocalPluginForm.tsx +++ b/libs/remix-ui/plugin-manager/src/lib/components/LocalPluginForm.tsx @@ -5,7 +5,7 @@ import { Toaster } from '@remix-ui/toaster' import { IframePlugin, WebsocketPlugin } from '@remixproject/engine-web' import { localPluginReducerActionType, localPluginToastReducer } from '../reducers/pluginManagerReducer' -import { canActivate, FormStateProps, PluginManagerComponent } from '../../types' +import { FormStateProps, PluginManagerComponent } from '../../types' interface LocalPluginFormProps { closeModal: () => void