more cleanup

pull/5370/head
Joseph Izang 12 months ago
parent 20fcfa4b5c
commit 25ae6a8761
  1. 2
      apps/vyper/src/app/app.tsx
  2. 1
      apps/vyper/src/app/components/CompilerButton.tsx

@ -1,6 +1,6 @@
import React, {useState, useEffect} from 'react'
import {VyperCompilationOutput, normalizeContractPath, remixClient, toStandardOutput} from './utils'
import {remixClient} from './utils'
import {CompilationResult} from '@remixproject/plugin-api'
// Components

@ -2,7 +2,6 @@ import React, { Fragment, useState } from 'react'
import {isVyper, compile, toStandardOutput, isCompilationError, remixClient, normalizeContractPath} from '../utils'
import Button from 'react-bootstrap/Button'
import _ from 'lodash'
import { runtime } from 'webpack'
interface Props {
compilerUrl: string

Loading…
Cancel
Save