Remove unused imports

pull/5370/head
ioedeveloper 1 year ago committed by yann300
parent 19e7b37997
commit 0251adf001
  1. 1
      apps/circuit-compiler/src/app/components/container.tsx

@ -11,7 +11,6 @@ import { WitnessToggler } from './witnessToggler'
import { WitnessSection } from './witness'
import { CompilerFeedback } from './feedback'
import { PrimeValue } from '../types'
import { CompilerLicense } from '../constants/license'
export function Container () {
const circuitApp = useContext(CircuitAppContext)

Loading…
Cancel
Save