Browse Source

Refactoring

pull/6077/head
Thomas Kaul 1 week ago
parent
commit
2920157fab
  1. 2
      apps/client/src/main.ts

2
apps/client/src/main.ts

@ -90,7 +90,7 @@ import { environment } from './environments/environment';
},
{
provide: LOCALE_ID,
useValue: $localize.locale ?? 'en-US'
useValue: $localize.locale
},
{
provide: MAT_DATE_FORMATS,

Loading…
Cancel
Save