File tree 2 files changed +0
-2
lines changed
packages/host/app/components
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import type Owner from '@ember/owner';
5
5
import RouterService from ' @ember/routing/router-service' ;
6
6
import { service } from ' @ember/service' ;
7
7
import Component from ' @glimmer/component' ;
8
- // @ts-expect-error the types don't recognize the cached export
9
8
import { tracked , cached } from ' @glimmer/tracking' ;
10
9
11
10
import { restartableTask , timeout } from ' ember-concurrency' ;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { service } from '@ember/service';
8
8
import { htmlSafe , SafeString } from ' @ember/template' ;
9
9
import Component from ' @glimmer/component' ;
10
10
11
- // @ts-expect-error cached type not available yet
12
11
import { tracked , cached } from ' @glimmer/tracking' ;
13
12
14
13
import { formatDistanceToNow } from ' date-fns' ;
You can’t perform that action at this time.
0 commit comments