class ViewComponent::Base

def initialize

so we have to define our own empty initializer to overwrite it.
Including `Rails.application.routes.url_helpers` defines an initializer that accepts (...),
def initialize
end