Skip to content

Commit

Permalink
Readd Helmet as a default export (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
okcoker committed Jun 8, 2020
1 parent bbfa89d commit 2aecac5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Helmet.js
Expand Up @@ -294,3 +294,4 @@ const HelmetExport = Helmet(HelmetSideEffects);
HelmetExport.renderStatic = HelmetExport.rewind;

export {HelmetExport as Helmet};
export default HelmetExport;

0 comments on commit 2aecac5

Please sign in to comment.