Skip to content

Commit

Permalink
refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Oct 15, 2024
1 parent 4d1de7d commit b17710a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cmakeExecutable.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as proc from './proc';
import * as util from './util';
import {setContextAndStore} from './extension';
import * as proc from '@cmt/proc';
import * as util from '@cmt/util';
import {setContextAndStore} from '@cmt/extension';
import * as logging from '@cmt/logging';
import * as nls from 'vscode-nls';

Expand Down

0 comments on commit b17710a

Please sign in to comment.