/** * Notifications component instance to add notifs */ export const notificationsInjectionKey = Symbol(); /** * Settings object {@link NavigatorSettings} */ export const settingsInjectionKey = Symbol(); /** * Path history object */ export const pathHistoryInjectionKey = Symbol(); /** * localStorage lookup key for last path */ export const lastPathStorageKey = "houstonNavigatorLastPathKey";