DEV: Remove unneeded `templateOnly()` stubs (#18701)

Lone hbs files in the `/components` are automatically assumed to be template-only Glimmer components. The `templateOnly()` stub is only required when templates are in the `/templates/components` directory.
This commit is contained in:
David Taylor 2022-10-21 15:12:53 +01:00 committed by GitHub
parent 5827d1eecc
commit 7e23662a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 0 additions and 33 deletions

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();

View File

@ -1,3 +0,0 @@
import templateOnly from "@ember/component/template-only";
export default templateOnly();