Skip to content

Commit

Permalink
fix(react): fix merge conflict for import
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Mar 17, 2023
1 parent 143d8d3 commit aabd76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/plugins/with-nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import {
calculateProjectDependencies,
DependentBuildableProjectNode,
} from '@nrwl/js/src/utils/buildable-libs-utils';
} from '@nrwl/workspace/src/utilities/buildable-libs-utils';
import type { NextConfig } from 'next';

import path = require('path');
Expand Down

0 comments on commit aabd76f

Please sign in to comment.