|
|
@ -6,6 +6,7 @@ import { IframePlugin, WebsocketPlugin } from '@remixproject/engine-web' |
|
|
|
|
|
|
|
|
|
|
|
import { localPluginReducerActionType, localPluginToastReducer } from '../reducers/pluginManagerReducer' |
|
|
|
import { localPluginReducerActionType, localPluginToastReducer } from '../reducers/pluginManagerReducer' |
|
|
|
import { FormStateProps, PluginManagerComponent } from '../../types' |
|
|
|
import { FormStateProps, PluginManagerComponent } from '../../types' |
|
|
|
|
|
|
|
import { isArray } from 'util' |
|
|
|
|
|
|
|
|
|
|
|
interface LocalPluginFormProps { |
|
|
|
interface LocalPluginFormProps { |
|
|
|
closeModal: () => void |
|
|
|
closeModal: () => void |
|
|
|