module ViewComponent::AbstractGenerator

def destination_file_name

def destination_file_name
  "#{file_name}_component"
end