akkounts/app/components/header_with_tabs_component.rb
Râu Cao 462dd24da3
All checks were successful
continuous-integration/drone/push Build is passing
WIP contribution nav
2023-06-12 14:32:59 +02:00

9 lines
195 B
Ruby

# frozen_string_literal: true
class HeaderWithTabsComponent < ViewComponent::Base
def initialize(title: nil, tabnav_partial:)
@title = title
@tabnav_partial = tabnav_partial
end
end