ui: Default to glimmer components (#9121)

This commit is contained in:
John Cowen 2020-11-06 14:54:44 +00:00 committed by GitHub
parent ac208742f2
commit ef201806f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

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