From 00ee90bf7fae810c15a682780d56aa71905446a8 Mon Sep 17 00:00:00 2001 From: Pico2x Date: Mon, 3 Oct 2022 10:09:14 +0100 Subject: [PATCH] Fix vercel error --- web/components/contract/contract-report-resolution.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) {