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