Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Add vipDiscordModal sagas
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored and sliptype committed Sep 9, 2022
1 parent 09892f9 commit 24fc9b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mobile/src/store/sagas.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {
remoteConfigSagas as remoteConfig,
mobileOverflowMenuUISagas as overflowMenuSagas,
shareModalUISagas as shareModalSagas
shareModalUISagas as shareModalSagas,
vipDiscordModalSagas
} from '@audius/common'
import analyticsSagas from 'audius-client/src/common/store/analytics/sagas'
import accountSagas from 'common/store/account/sagas'
Expand Down Expand Up @@ -104,6 +105,7 @@ export default function* rootSaga() {
...smartCollectionPageSagas(),
...overflowMenuSagas(),
...shareModalSagas(),
...vipDiscordModalSagas(),

initKeyboardEvents,
...remoteConfig(),
Expand Down

0 comments on commit 24fc9b7

Please sign in to comment.