Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX ACCORDION #86

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/phlex_ui.rb
Copy link
Contributor Author

@pierry01 pierry01 Aug 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file doesn't exist anymore in this path
loader.collapse("#{__dir__}/rbui/accordion") is already added

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"rbui" => "RBUI"
)

loader.collapse("#{__dir__}/phlex_ui/accordion")
loader.collapse("#{__dir__}/phlex_ui/alert_dialog")
loader.collapse("#{__dir__}/phlex_ui/alert")
loader.collapse("#{__dir__}/phlex_ui/aspect_ratio")
Expand Down Expand Up @@ -56,7 +55,6 @@
module PhlexUI
extend Phlex::Kit

autoload :Accordion, "phlex_ui/accordion"
autoload :AlertDialog, "phlex_ui/alert_dialog"
autoload :Alert, "phlex_ui/alert"
autoload :AspectRatio, "phlex_ui/aspect_ratio"
Expand Down