File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
web/app/components/dashboard Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,9 @@ export default class DashboardLatestUpdatesComponent extends Component<Dashboard
100
100
this . docsToShow = newDocsToShow as HermesDocument [ ] ;
101
101
} ) ;
102
102
}
103
+
104
+ declare module "@glint/environment-ember-loose/registry" {
105
+ export default interface Registry {
106
+ "Dashboard::LatestUpdates" : typeof DashboardLatestUpdatesComponent ;
107
+ }
108
+ }
Original file line number Diff line number Diff line change @@ -29,3 +29,9 @@ export default class DashboardNewFeaturesBanner extends Component<DashboardNewFe
29
29
this . isDismissed = true ;
30
30
}
31
31
}
32
+
33
+ declare module "@glint/environment-ember-loose/registry" {
34
+ export default interface Registry {
35
+ "Dashboard::NewFeaturesBanner" : typeof DashboardNewFeaturesBanner ;
36
+ }
37
+ }
You can’t perform that action at this time.
0 commit comments