Skip to content

Commit d0fd7e6

Browse files
authored
fix typo
1 parent a596727 commit d0fd7e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Examples/boilerplates.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
],
2121
[
2222
'index.ts',
23-
`
24-
import {{componentName}} from './{{componentName}}';
25-
export default {{componentName}};
26-
`,
23+
`import {{componentName}} from './{{componentName}}';
24+
export default {{componentName}};`,
2725
],
2826
[
2927
'index.scss',

0 commit comments

Comments
 (0)