Skip to content

Commit f1cb801

Browse files
committed
fix
1 parent 72d8ca8 commit f1cb801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*NoTemplate*/
22
import Component from '@glimmer/component';
3-
import { TOC } from '@ember/component/template-only';
3+
import type { TOC } from '@ember/component/template-only';
44
import { Other } from './other';
55

66
export class Foo {}
77

8-
let o: Other
8+
let o: Other

0 commit comments

Comments
 (0)