diff --git a/generators/component/index.js b/generators/component/index.js index 8a99fa2..394867d 100644 --- a/generators/component/index.js +++ b/generators/component/index.js @@ -9,7 +9,7 @@ module.exports = class extends Generator { } initializing() { - this.themePath = this.destinationPath("theme/"); + this.themePath = this.destinationPath("."); this.log("Starting Flynt Component Generator..."); }