demarches-normaliennes/app/components/procedure/card/labels_component.rb

8 lines
159 B
Ruby
Raw Normal View History

2024-10-16 14:31:08 +02:00
# frozen_string_literal: true
class Procedure::Card::LabelsComponent < ApplicationComponent
def initialize(procedure:)
@procedure = procedure
end
end