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"
|
||||
: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"
|
||||
|
|
Loading…
Add table
Reference in a new issue