mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
7 lines
223 B
TypeScript
7 lines
223 B
TypeScript
import type { StorageConstructor } from '..';
|
|
import { BroadcastChannelAwarenessStorage } from './awareness';
|
|
|
|
export const broadcastChannelStorages = [
|
|
BroadcastChannelAwarenessStorage,
|
|
] satisfies StorageConstructor[];
|