From 7b16ba57b02d938a2a485f42395156c13ccf9328 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 30 Sep 2023 20:23:49 +0200 Subject: [PATCH] Add comments --- cl-sbt.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"