Added toasts redux for alerts

• Added:
- toasts redux for alerts
This commit is contained in:
mgabdev
2020-08-05 23:24:20 -05:00
parent c0f7e3adbf
commit 12ca5db281
3 changed files with 65 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ import status_revisions from './status_revisions'
import suggestions from './suggestions'
import tenor from './tenor'
import timelines from './timelines'
import toasts from './toasts'
import user from './user'
import user_lists from './user_lists'
@@ -83,6 +84,7 @@ const reducers = {
suggestions,
tenor,
timelines,
toasts,
user,
user_lists,
}