diff options
Diffstat (limited to 'src/state/session/types.ts')
-rw-r--r-- | src/state/session/types.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/session/types.ts b/src/state/session/types.ts index 9aadf9d05..aa8b9a99e 100644 --- a/src/state/session/types.ts +++ b/src/state/session/types.ts @@ -1,5 +1,5 @@ -import {LogEvents} from '#/lib/statsig/statsig' -import {PersistedAccount} from '#/state/persisted' +import {type LogEvents} from '#/lib/statsig/statsig' +import {type PersistedAccount} from '#/state/persisted' export type SessionAccount = PersistedAccount |