Add comments
This commit is contained in:
parent
15d3d0e0b6
commit
7b16ba57b0
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
(:module "src/layout"
|
(:module "src/layout"
|
||||||
:components
|
:components
|
||||||
((:file "grid")))
|
((:file "grid")))
|
||||||
(:module "src/component"
|
(:module "src/component" ; Components are the building blocks for Patterns
|
||||||
:components
|
:components
|
||||||
((:file "accordion")
|
((:file "accordion")
|
||||||
(:file "alert")
|
(:file "alert")
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
(:file "table")
|
(:file "table")
|
||||||
(:file "spinner")
|
(:file "spinner")
|
||||||
(:file "form")))
|
(:file "form")))
|
||||||
(:module "src/pattern"
|
(:module "src/pattern" ; Patterns define their own DSL to create specific things
|
||||||
:components
|
:components
|
||||||
((:file "questionnaire")))
|
((:file "questionnaire")))
|
||||||
(:module "examples"
|
(:module "examples"
|
||||||
|
|
Loading…
Add table
Reference in a new issue