Move require alt-text to new persistence + context (#1839)
This commit is contained in:
parent
2acc88e78d
commit
3a211017d3
6 changed files with 69 additions and 25 deletions
|
@ -6,7 +6,7 @@ import * as store from '#/state/persisted/store'
|
|||
import BroadcastChannel from '#/state/persisted/broadcast'
|
||||
|
||||
export type {Schema} from '#/state/persisted/schema'
|
||||
export {defaults as schema} from '#/state/persisted/schema'
|
||||
export {defaults} from '#/state/persisted/schema'
|
||||
|
||||
const broadcast = new BroadcastChannel('BSKY_BROADCAST_CHANNEL')
|
||||
const UPDATE_EVENT = 'BSKY_UPDATE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue