Fix imports

This commit is contained in:
Austin Chen 2022-08-22 11:31:33 -07:00
parent 7736f1e3c1
commit 650aa68bcd

View File

@ -1,9 +1,7 @@
import { DuplicateIcon } from '@heroicons/react/outline'
import clsx from 'clsx'
import { Contract } from 'common/contract'
import { ENV_CONFIG } from 'common/envs/constants'
import { getMappedValue } from 'common/pseudo-numeric'
import { contractPath } from 'web/lib/firebase/contracts'
import { trackCallback } from 'web/lib/service/analytics'
export function DuplicateContractButton(props: {