2023-10-01 12:52:05 +02:00
|
|
|
class GroupeGestionnaire::Card::ChildrenComponent < ApplicationComponent
|
2023-10-09 19:18:38 +02:00
|
|
|
def initialize(groupe_gestionnaire:, path:)
|
2023-10-01 12:52:05 +02:00
|
|
|
@groupe_gestionnaire = groupe_gestionnaire
|
2023-10-09 19:18:38 +02:00
|
|
|
@path = path
|
2023-10-01 12:52:05 +02:00
|
|
|
end
|
|
|
|
end
|