Skip to content

Commit

Permalink
fix(gatsby-node.js): Fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusriga committed May 5, 2019
1 parent fd98001 commit 8df3906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default GlobalStyleComponent;

fixPath(module);
} else {
module = `import createGlobalStyle from 'global-styles';
module = `import createGlobalStyle from '@nfront/global-styles';
const GlobalStyleComponent = createGlobalStyle\`\`;
export default GlobalStyleComponent;
`;
Expand Down

0 comments on commit 8df3906

Please sign in to comment.