Skip to content

Commit 26205f5

Browse files
author
Simon Planinschek
committed
Fixed lint error
1 parent 4574a61 commit 26205f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bootstrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function componentDeclarationTemplate(name) {
7373
declaration += `declare const ${name}: React.FC<IconProps>;\n\n`
7474
declaration += `export { ${name} };`
7575

76-
return declaration;
76+
return declaration
7777
}
7878

7979
/**

0 commit comments

Comments
 (0)