Sha256: 8e75d75443aa86bf27b4858d9915066f8518986fcc47878caf1d357a84ca05ae

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

module Signum
  module NotificationDrawerItem
    class Component < ViewComponent::Base
      def initialize(signal)
        @signal = signal
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
signum-0.3.12 app/components/signum/notification_drawer_item/component.rb