Skip to content

Commit 88e9340

Browse files
authored
docs: Fix the import line missing quotes
1 parent 894b19b commit 88e9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styleguide.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
return ""
7979
}
8080
const { name } = require(pkgPath)
81-
return `import { ${componentName} } from ${name}`
81+
return `import { ${componentName} } from "${name}"`
8282
},
8383
exampleMode: "expand",
8484
usageMode: "collapse",

0 commit comments

Comments
 (0)