module ViewComponent::Instrumentation

def self.included(mod)

def self.included(mod)
  mod.prepend(self) unless ancestors.include?(ViewComponent::Instrumentation)
end