From 03bbc7af17cc71d764d01f601b6cfb139f74341b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 11 Dec 2017 15:06:10 +0000 Subject: [PATCH] Add paths for contact and calendar creation. --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index c150cc2..a94bead 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -43,9 +43,11 @@ export const routeResolver = new RouteResolver({ pim: { contacts: { _id: ':contactUid', + new: 'new', }, events: { _id: ':eventUid', + new: 'new', }, }, journals: {