Add comments

This commit is contained in:
Marcus Kammer 2023-09-30 20:23:49 +02:00
parent 15d3d0e0b6
commit 7b16ba57b0
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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"