Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidalejandroaguilar committed Sep 4, 2024
1 parent d0723c5 commit 149ac1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phlexy_ui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
module PhlexyUI
extend Configurable
extend Phlex::Kit
end
end
2 changes: 2 additions & 0 deletions lib/phlexy_ui/card.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require_relative "base"

module PhlexyUI
class Card < Base
def initialize(*, as: :section, **)
Expand Down

0 comments on commit 149ac1d

Please sign in to comment.