Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed May 5, 2019
1 parent bfede48 commit 0be5821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/commands/basic/component.js
Expand Up @@ -96,7 +96,7 @@ exports.generateComponent = async () => {
);
console.log(
chalk.green.bold(
`\n 1. import ${componentName} from ${componentPath} ${chalk.cyan.bold(
`\n 1. import ${componentName} from @/components/${componentName} ${chalk.cyan.bold(
' on the top.',
)}`,
),
Expand Down

0 comments on commit 0be5821

Please sign in to comment.