feat(web): add messages and calls module slices
This commit is contained in:
@@ -91,4 +91,17 @@ export {
|
||||
type DeviceNetworkSnapshot,
|
||||
} from './instances/device-network-module.js';
|
||||
|
||||
export {
|
||||
CallsModule,
|
||||
type CallsDataSource,
|
||||
type CallsModuleProps,
|
||||
type CallsSnapshot,
|
||||
} from './instances/calls-module.js';
|
||||
export {
|
||||
MessagesModule,
|
||||
type MessagesDataSource,
|
||||
type MessagesModuleProps,
|
||||
type MessagesSnapshot,
|
||||
} from './instances/messages-module.js';
|
||||
|
||||
export const webWorkspaceReady = true;
|
||||
|
||||
Reference in New Issue
Block a user