class ReactOnRails::Generators::ReactWithReduxGenerator

def create_appropriate_templates

def create_appropriate_templates
  base_path = "base/base"
  config = {
    component_name: "HelloWorldApp"
  }
  # Only create the view template - no manual bundle needed for auto-bundling
  template("#{base_path}/app/views/hello_world/index.html.erb.tt",
           "app/views/hello_world/index.html.erb", config)
end