Correct indentation and resort components by name

This commit is contained in:
Marcus Kammer 2023-07-08 11:14:38 +02:00
parent d8173f7191
commit 181a0072a4

View file

@ -9,15 +9,17 @@
(:file "page"))) (:file "page")))
(:module "src/component" (:module "src/component"
:components :components
((:file "badge") ((:file "accordion")
(:file "button")
(:file "accordion")
(:file "alert") (:file "alert")
(:file "dropdown") (:file "badge")
(:file "table") (:file "button")
(:file "card") (:file "card")
(:file "dropdown")
(:file "header")
(:file "list-group")
(:file "nav-tab") (:file "nav-tab")
(:file "header")))) (:file "pagination")
(:file "table"))))
:description "" :description ""
:in-order-to ((test-op (test-op "cl-sbt/tests")))) :in-order-to ((test-op (test-op "cl-sbt/tests"))))