make umb app context consistent with the rest

This commit is contained in:
Niels Lyngsø
2023-12-08 14:45:28 +01:00
parent 4070221259
commit 8cc52c329b

View File

@@ -23,4 +23,4 @@ export class UmbAppContext extends UmbBaseController {
}
}
export const UMB_APP_CONTEXT = new UmbContextToken<UmbAppContext>('UMB_APP');
export const UMB_APP_CONTEXT = new UmbContextToken<UmbAppContext>('UmbAppContext');