diff --git a/src/index.js b/src/index.js index c2926faf..ca90ef0a 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,7 @@ import { GO, GO_BACK, GO_FORWARD, + POP, REPLACE_ROUTES, DID_REPLACE_ROUTES } from './types'; @@ -51,8 +52,9 @@ export { PUSH, REPLACE, GO, - GO_FORWARD, GO_BACK, + GO_FORWARD, + POP, REPLACE_ROUTES, DID_REPLACE_ROUTES };