Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
thebriando committed Oct 24, 2022
1 parent d3ec164 commit cf5b3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/types/index.js
Expand Up @@ -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,
Expand Down

0 comments on commit cf5b3ff

Please sign in to comment.