Skip to content

Commit

Permalink
Remove unused var (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
illepic committed Jul 24, 2020
1 parent 271e504 commit bab436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generators/new-component/generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* where they live.
*/

const { join, relative, extname } = require('path');
const { join, relative } = require('path');
const { readdirSync } = require('fs');

const Generator = require('yeoman-generator');
Expand Down

0 comments on commit bab436c

Please sign in to comment.