Skip to content

Commit

Permalink
fixed dependencies for Accordeon
Browse files Browse the repository at this point in the history
  • Loading branch information
plantec committed Jan 28, 2025
1 parent 8790c68 commit f671f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfToplo/BaselineOfToplo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ BaselineOfToplo >> registerPackages: spec [
spec
package: #'Toplo-Widget-Accordion'
with: [
spec requires: #( #Toplo #'Toplo-Widget-Button' #'Toplo-Theme' ) ].
spec requires: #( #Toplo #'Toplo-Widget-Button' #'Toplo-Widget-List' #'Toplo-Theme' ) ].

spec
package: #'Toplo-Widget-Image'
Expand Down

0 comments on commit f671f01

Please sign in to comment.