Correct indentation and resort components by name
This commit is contained in:
parent
d8173f7191
commit
181a0072a4
1 changed files with 20 additions and 18 deletions
14
cl-sbt.asd
14
cl-sbt.asd
|
@ -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"))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue