Skip to content

Commit

Permalink
fix(barrels): fix globby import
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 16, 2024
1 parent df1cafe commit 6f48f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/barrels/bin/barrels.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import {existsSync} from "node:fs";
import {writeFile, readFile} from "node:fs/promises";
import {join} from "node:path";
import globby from "globby";
import {globby} from "globby";

function resolveConfig() {
return [
Expand Down

0 comments on commit 6f48f28

Please sign in to comment.