Skip to content

Commit

Permalink
chore: fix imports, again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Apr 8, 2022
1 parent 734922d commit 4e5999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/server/src/lib/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
printParseErrorCode,
} from 'jsonc-parser';
import { getOutputChannel } from './output-channel';
import { toNewFormat } from 'nx/src/shared/workspace';
import { toNewFormat } from 'nx/src/config/workspaces';
import { PosixFS, ZipOpenFS } from '@yarnpkg/fslib';
import { getLibzipSync as libzip } from '@yarnpkg/libzip';

Expand Down

0 comments on commit 4e5999c

Please sign in to comment.