Skip to content

Commit

Permalink
Import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Jul 6, 2023
1 parent 922252b commit e595dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/write.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { resolve, dirname } from "path";
import { writeFile } from "fs/promises";
import { fileURLToPath } from "url";

import prettier from "prettier";
import * as prettier from "prettier";
import mkdirp from "mkdirp";

async function write(fixturesPath, fixtures) {
Expand Down

0 comments on commit e595dfc

Please sign in to comment.