diff --git a/cl-sbt.asd b/cl-sbt.asd index 65fa1d8..58d83af 100644 --- a/cl-sbt.asd +++ b/cl-sbt.asd @@ -11,7 +11,7 @@ (:module "src/layout" :components ((:file "grid"))) - (:module "src/component" + (:module "src/component" ; Components are the building blocks for Patterns :components ((:file "accordion") (:file "alert") @@ -26,7 +26,7 @@ (:file "table") (:file "spinner") (:file "form"))) - (:module "src/pattern" + (:module "src/pattern" ; Patterns define their own DSL to create specific things :components ((:file "questionnaire"))) (:module "examples"