module ViewComponentContrib::Preview::Abstract

def self.extended(base)

def self.extended(base)
  base.singleton_class.prepend(ClassMethods)
end