add refresh for contact

Change-Id: Ie0105760ebda96463e8a112b459b7de014d79110
diff --git a/client/src/App.js b/client/src/App.js
index 77bf4ea..c05265e 100644
--- a/client/src/App.js
+++ b/client/src/App.js
@@ -81,7 +81,7 @@
         <Route path="/newAccount" element={<AccountCreationDialog />}>
           <Route path="jami" element={<JamiAccountDialog />} />
         </Route>
-        <Route path="/Contacts" element={<ContactList />} />
+        {/* <Route path="/Contacts" element={<ContactList />} /> */}
         <Route path="/Theme" element={<ThemeDemonstrator />} />
         <Route path="/setup" element={<ServerSetup />} />
         <Route path="/" index element={<Home />} />