From c3212b019e93a4684c7914b02fb94b239e99c7ff Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Mon, 24 Oct 2022 18:20:56 +0530 Subject: [PATCH] fix: lint --- .../web/src/javascripts/Event/ApplicationEventObserver.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/web/src/javascripts/Event/ApplicationEventObserver.ts b/packages/web/src/javascripts/Event/ApplicationEventObserver.ts index 831604547..5a2172071 100644 --- a/packages/web/src/javascripts/Event/ApplicationEventObserver.ts +++ b/packages/web/src/javascripts/Event/ApplicationEventObserver.ts @@ -1,4 +1,10 @@ -import { RootQueryParam, RouteParserInterface, RouteServiceInterface, RouteType, ToastServiceInterface } from '@standardnotes/ui-services' +import { + RootQueryParam, + RouteParserInterface, + RouteServiceInterface, + RouteType, + ToastServiceInterface, +} from '@standardnotes/ui-services' import { ApplicationEvent, SessionsClientInterface,