module ViewComponent::AbstractGenerator

def copy_view_file

def copy_view_file
  template "component.html.#{engine_name}", destination unless options["inline"]
end