|
|
|
@ -5,7 +5,6 @@ import React from 'react' // eslint-disable-line |
|
|
|
|
import { FileSystemProvider } from '@remix-ui/workspace' // eslint-disable-line
|
|
|
|
|
import Registry from '../state/registry' |
|
|
|
|
import { RemixdHandle } from '../plugins/remixd-handle' |
|
|
|
|
const { GitHandle } = require('../files/git-handle.js') |
|
|
|
|
const { HardhatHandle } = require('../files/hardhat-handle.js') |
|
|
|
|
const { FoundryHandle } = require('../files/foundry-handle.js') |
|
|
|
|
const { TruffleHandle } = require('../files/truffle-handle.js') |
|
|
|
@ -52,7 +51,6 @@ module.exports = class Filepanel extends ViewPlugin { |
|
|
|
|
this.el.setAttribute('id', 'fileExplorerView') |
|
|
|
|
|
|
|
|
|
this.remixdHandle = new RemixdHandle(this.fileProviders.localhost, appManager) |
|
|
|
|
this.gitHandle = new GitHandle() |
|
|
|
|
this.hardhatHandle = new HardhatHandle() |
|
|
|
|
this.foundryHandle = new FoundryHandle() |
|
|
|
|
this.truffleHandle = new TruffleHandle() |
|
|
|
|