class Stimulus::Generators::ComponentGenerator

def stimulus_module

def stimulus_module
  return "stimulus" if legacy_stimulus?
  "@hotwired/stimulus"
end