Indent comments

This commit is contained in:
Marcus Kammer 2023-12-07 11:13:16 +01:00
parent 6b668dd78c
commit 3dab317660

View file

@ -12,7 +12,8 @@
(:module "src/layout"
:components
((:file "grid")))
(:module "src/component" ; Components are the building blocks for Patterns
(:module "src/component"
;; Components are the building blocks for Patterns
:components
((:file "accordion")
(:file "alert")
@ -27,7 +28,8 @@
(:file "table")
(:file "spinner")
(:file "form")))
(:module "src/pattern" ; Patterns define their own DSL to create specific things
(:module "src/pattern"
;; Patterns define their own DSL to create specific things
:components
((:file "questionnaire")))
(:module "examples"