From 392101fd4fc27407f85a1d7e5ef31117f3d78e6b Mon Sep 17 00:00:00 2001 From: InvictusMB Date: Fri, 9 Oct 2020 01:32:40 +0200 Subject: [PATCH] fix(core): Reexport MemoryRouter --- packages/ram-core/src/router.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ram-core/src/router.ts b/packages/ram-core/src/router.ts index 62f328d..1160ae2 100644 --- a/packages/ram-core/src/router.ts +++ b/packages/ram-core/src/router.ts @@ -1,5 +1,6 @@ export { BrowserRouter, + MemoryRouter, Switch, Route, Link,