Remove unused imports

pull/4283/head
ioedeveloper 12 months ago committed by yann300
parent bb572accc0
commit ac8f6e7d12
  1. 1
      apps/circuit-compiler/src/app/components/container.tsx

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

Loading…
Cancel
Save