Update comment

This commit is contained in:
Marcus Kammer 2023-12-18 15:55:20 +01:00
parent 9efe91c803
commit 61387aa33f
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -31,7 +31,7 @@
(:file "spinner") (:file "spinner")
(:file "form"))) (:file "form")))
(:module "src/pattern" (:module "src/pattern"
;; Patterns define their own DSL to create specific things ;; Patterns are built on top of components and define their own DSL to create specific things
:depends-on ("src" "src/component") :depends-on ("src" "src/component")
:components :components
((:file "questionnaire"))) ((:file "questionnaire")))