about summary refs log tree commit diff
path: root/src/state/persisted/index.web.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/persisted/index.web.ts')
-rw-r--r--src/state/persisted/index.web.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state/persisted/index.web.ts b/src/state/persisted/index.web.ts
index f28b19771..49fa224c0 100644
--- a/src/state/persisted/index.web.ts
+++ b/src/state/persisted/index.web.ts
@@ -4,11 +4,11 @@ import BroadcastChannel from '#/lib/broadcast'
 import {logger} from '#/logger'
 import {
   defaults,
-  Schema,
+  type Schema,
   tryParse,
   tryStringify,
 } from '#/state/persisted/schema'
-import {PersistedApi} from './types'
+import {type PersistedApi} from './types'
 import {normalizeData} from './util'
 
 export type {PersistedAccount, Schema} from '#/state/persisted/schema'