Found font! Also tests and styling
This commit is contained in:
parent
23aefa268a
commit
83b45a5e46
36 changed files with 616 additions and 415 deletions
6
frontend-reactive/types/global.d.ts
vendored
6
frontend-reactive/types/global.d.ts
vendored
|
@ -1,2 +1,8 @@
|
|||
import '@glint/environment-ember-loose';
|
||||
import 'ember-source/types';
|
||||
|
||||
import type EmberIntlRegistry from 'ember-intl/template-registry';
|
||||
|
||||
declare module '@glint/environment-ember-loose/registry' {
|
||||
export default interface Registry extends EmberIntlRegistry {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue