fixup new component CLI
This commit is contained in:
parent
6ee1389152
commit
3550fb5761
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const makeNewComponent = async () => {
|
|||
}
|
||||
|
||||
console.log(
|
||||
`${green('✔')} ${bold('Your component is ready at:')}\n📁 ${cyan(`src/component/${bold(componentName)}/${componentName}.svelte`)}`
|
||||
`${green('✔')} ${bold('Your component is ready at:')}\n📁 ${cyan(`src/components/${bold(componentName)}/${componentName}.svelte`)}`
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue