Sha256: 029d107751ab169211023addb386488e536c7146287fd8ffcf7e5dea07fd13ad

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

# frozen_string_literal: true

class Alveole::FooterComponent < ViewComponent::Base
  renders_many :links, Alveole::Footer::LinkComponent

  def initialize(copyright_notice:)
    @copyright_notice = copyright_notice
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alveole-1.0.0.pre.alpha.1 app/components/alveole/footer_component.rb