module Signum module Notifications class Component < ViewComponent::Base def initialize() end end end end