Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Danzo7 authored Apr 11, 2021
1 parent a596727 commit d0fd7e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Examples/boilerplates.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
],
[
'index.ts',
`
import {{componentName}} from './{{componentName}}';
export default {{componentName}};
`,
`import {{componentName}} from './{{componentName}}';
export default {{componentName}};`,
],
[
'index.scss',
Expand Down

0 comments on commit d0fd7e6

Please sign in to comment.