New top-level React root: <App />
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { actions as app } from './ducks/app';
|
||||
import { actions as audioPlayer } from './ducks/audioPlayer';
|
||||
import { actions as calling } from './ducks/calling';
|
||||
import { actions as conversations } from './ducks/conversations';
|
||||
@@ -17,6 +18,7 @@ import { actions as updates } from './ducks/updates';
|
||||
import { actions as user } from './ducks/user';
|
||||
|
||||
export type ReduxActions = {
|
||||
app: typeof app;
|
||||
audioPlayer: typeof audioPlayer;
|
||||
calling: typeof calling;
|
||||
conversations: typeof conversations;
|
||||
|
Reference in New Issue
Block a user