content import

pull/4925/head
Your Name 7 months ago
parent 11e9666cba
commit 50ee5e07fa
  1. 1
      apps/remix-ide/src/app/panels/file-panel.js

@ -71,6 +71,7 @@ module.exports = class Filepanel extends ViewPlugin {
this.hardhatHandle = new HardhatHandle() this.hardhatHandle = new HardhatHandle()
this.foundryHandle = new FoundryHandle() this.foundryHandle = new FoundryHandle()
this.truffleHandle = new TruffleHandle() this.truffleHandle = new TruffleHandle()
this.contentImport = contentImport
this.workspaces = [] this.workspaces = []
this.appManager = appManager this.appManager = appManager
this.currentWorkspaceMetadata = null this.currentWorkspaceMetadata = null

Loading…
Cancel
Save