From a94fc689b9d78bdff006c3712bc3ceaca90b72b2 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 8 Sep 2022 12:42:05 -0700 Subject: [PATCH] chore: appease nx import path --- .../src/lib/proposals-hooks/__generated__/ProposalEvent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/governance/src/lib/proposals-hooks/__generated__/ProposalEvent.ts b/libs/governance/src/lib/proposals-hooks/__generated__/ProposalEvent.ts index 7ab10fc72..76d25e7bf 100644 --- a/libs/governance/src/lib/proposals-hooks/__generated__/ProposalEvent.ts +++ b/libs/governance/src/lib/proposals-hooks/__generated__/ProposalEvent.ts @@ -3,7 +3,7 @@ // @generated // This file was automatically generated and should not be edited. -import { BusEventType, ProposalState, ProposalRejectionReason } from "./../../../../../types/src/__generated__/globalTypes"; +import { BusEventType, ProposalState, ProposalRejectionReason } from "@vegaprotocol/types"; // ==================================================== // GraphQL subscription operation: ProposalEvent