Skip to content

Commit 95b1500

Browse files
committed
refactor(imports): refactor wrong import paths
1 parent 5664b92 commit 95b1500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/file-access.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as chalk from 'chalk';
2-
import * as jsonfile from 'jsonfile';
1+
import chalk from 'chalk';
2+
import jsonfile from 'jsonfile';
33

44
export function writeFile(fileName, order) {
55
jsonfile.writeFile(fileName, order, function(err) {

0 commit comments

Comments
 (0)