From cf5b3ffdaadb3de90104a6d24261e1aad9c496fd Mon Sep 17 00:00:00 2001 From: thebriando Date: Mon, 24 Oct 2022 14:52:44 -0700 Subject: [PATCH] Fix import --- packages/core/types/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/types/index.js b/packages/core/types/index.js index f1bf04575e8..b7de0060f1d 100644 --- a/packages/core/types/index.js +++ b/packages/core/types/index.js @@ -5,7 +5,7 @@ import type SourceMap from '@parcel/source-map'; import type {FileSystem} from '@parcel/fs'; import type WorkerFarm from '@parcel/workers'; import type {PackageManager} from '@parcel/package-manager'; -import type InternalBundleGraph from '../core/src/BundleGraph'; +import type InternalBundleGraph from '@parcel/core'; import type { Diagnostic, Diagnostifiable,