From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/state/session/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state/session/util.ts') diff --git a/src/state/session/util.ts b/src/state/session/util.ts index 3a5909e82..c1d66f793 100644 --- a/src/state/session/util.ts +++ b/src/state/session/util.ts @@ -3,7 +3,7 @@ import {jwtDecode} from 'jwt-decode' import {hasProp} from '#/lib/type-guards' import {logger} from '#/logger' import * as persisted from '#/state/persisted' -import {SessionAccount} from './types' +import {type SessionAccount} from './types' export function readLastActiveAccount() { const {currentAccount, accounts} = persisted.get('session') -- cgit 1.4.1