Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
feat: add named export
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Feb 25, 2021
1 parent 1e7390d commit f9e17b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ const GoogleFonts: React.FC<GoogleFontsProps> = ({ href }) => {
);
};

export default GoogleFonts;
export { GoogleFonts as default, GoogleFonts };

0 comments on commit f9e17b5

Please sign in to comment.