Skip to content

Commit

Permalink
fix: remove export default
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Jul 13, 2020
1 parent 8e9de17 commit f19d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/google-fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function downloadURL (url, config = {}) {
return got(url, config)
}

export default class GoogleFontsHelper {
class GoogleFontsHelper {
constructor (fonts = {}) {
this.fonts = fonts
}
Expand Down

0 comments on commit f19d63c

Please sign in to comment.