diff --git a/src/common/front-end-routing/front-end-route-injection-token.ts b/src/common/front-end-routing/front-end-route-injection-token.ts index cf1f9ed87e..fbb89b5962 100644 --- a/src/common/front-end-routing/front-end-route-injection-token.ts +++ b/src/common/front-end-routing/front-end-route-injection-token.ts @@ -6,7 +6,7 @@ import { getInjectionToken } from "@ogre-tools/injectable"; import type { IComputedValue } from "mobx"; import type { LensRendererExtension } from "../../extensions/lens-renderer-extension"; -export const frontEndRouteInjectionToken = getInjectionToken>({ +export const frontEndRouteInjectionToken = getInjectionToken>({ id: "front-end-route-injection-token", });