mirror of https://github.com/status-im/consul.git
ui: Default to glimmer components (#9121)
This commit is contained in:
parent
ac208742f2
commit
ef201806f2
|
@ -10,9 +10,5 @@
|
|||
We use a nested in /components folder structure:
|
||||
/components/component-name/index.{hbs,js}
|
||||
*/
|
||||
"componentStructure": "nested",
|
||||
/**
|
||||
We currently use classic components
|
||||
*/
|
||||
"componentClass": "@ember/component"
|
||||
"componentStructure": "nested"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue