fixup new component CLI

This commit is contained in:
hobbes7878 2024-08-22 12:38:17 +01:00
parent 6ee1389152
commit 3550fb5761

View file

@ -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`)}`
);
};