Skip to content

Commit

Permalink
fix(imports): path to Masthead:
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Oct 23, 2023
1 parent f6e738e commit b60a53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/frankBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ async function createPackageFile() {
"./react": "./react/index.js",
"./react/*": "./react/*",
"./base/*": null,
"./utils/*": null
"./utils/*": null,
"./Masthead/*": "./components/Masthead/*"
}
};

Expand Down

0 comments on commit b60a53d

Please sign in to comment.