forked from anoma/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(spinner): add pending actions to state (anoma#117)
* feat(spinner): add pending actions to state * tests(notifications): tests for reducers and regexp * feat: pass notify to account creation function
- Loading branch information
1 parent
33588bf
commit 54a5ed4
Showing
10 changed files
with
491 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export { default as notificationsReducer } from "./slice"; | ||
export { actions } from "./slice"; | ||
export * from "./reducers"; | ||
export * from "./types"; |
Oops, something went wrong.