diff --git a/web/components/contract/contract-report-resolution.tsx b/web/components/contract/contract-report-resolution.tsx index 484a7c3f..4797ca5d 100644 --- a/web/components/contract/contract-report-resolution.tsx +++ b/web/components/contract/contract-report-resolution.tsx @@ -6,7 +6,7 @@ import { Tooltip } from '../tooltip' import { ConfirmationButton } from '../confirmation-button' import { Row } from '../layout/row' import { FlagIcon } from '@heroicons/react/solid' -import { buildArray } from 'common/lib/util/array' +import { buildArray } from 'common/util/array' import { useState } from 'react' export function ContractReportResolution(props: { contract: Contract }) {