There was an error while loading. Please reload this page.
1 parent 4574a61 commit 26205f5Copy full SHA for 26205f5
1 file changed
src/bootstrapper.js
@@ -73,7 +73,7 @@ function componentDeclarationTemplate(name) {
73
declaration += `declare const ${name}: React.FC<IconProps>;\n\n`
74
declaration += `export { ${name} };`
75
76
- return declaration;
+ return declaration
77
}
78
79
/**
0 commit comments