From 2b5b764999451165591ca7b21b90c41fbeca9ddc Mon Sep 17 00:00:00 2001
From: Luis Felipe Risch <lfr20@inf.ufpr.br>
Date: Mon, 24 May 2021 09:55:47 -0300
Subject: [PATCH] removed piwik

---
 src/App.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/App.js b/src/App.js
index 69f120fc..51268982 100644
--- a/src/App.js
+++ b/src/App.js
@@ -152,7 +152,9 @@ export default function App() {
   }, [window.innerWidth, window.innerHeight]);
 
   return (
-    <BrowserRouter history={piwik.connectToHistory(customHistory)}>
+    // add piwik later
+    // history={piwik.connectToHistory(customHistory)}
+    <BrowserRouter>
       <Header />
       <div
         style={{
-- 
GitLab