class Phlex::Generators::ComponentGenerator

def create_component

def create_component
  template "component.rb", File.join("app/views", class_path, "#{file_name}.rb")
end