We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d8ca8 commit f1cb801Copy full SHA for f1cb801
test-packages/ts-template-imports-app/src/NoTemplate.gts
@@ -1,8 +1,8 @@
1
/*NoTemplate*/
2
import Component from '@glimmer/component';
3
-import { TOC } from '@ember/component/template-only';
+import type { TOC } from '@ember/component/template-only';
4
import { Other } from './other';
5
6
export class Foo {}
7
8
-let o: Other
+let o: Other
0 commit comments