app/components/kpop/modal/footer_component.rb in katalyst-kpop-3.0.0 vs app/components/kpop/modal/footer_component.rb in katalyst-kpop-3.0.1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Kpop module Modal class FooterComponent < ViewComponent::Base - include HasHtmlAttributes + include Katalyst::HtmlAttributes def call tag.div(content, **html_attributes) end