From d51d51b152fab1220b70b6e7bb86961be913d91c Mon Sep 17 00:00:00 2001
From: Luis Felipe Risch <lfr20@inf.ufpr.br>
Date: Fri, 21 May 2021 09:44:21 -0300
Subject: [PATCH] hot fixes

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

diff --git a/src/App.js b/src/App.js
index d3a8540f..682e062b 100644
--- a/src/App.js
+++ b/src/App.js
@@ -203,9 +203,9 @@ export default function App() {
         <Route path="/topico" component={FormationMaterialPage} />
         <Route path="/iframe-colecao" component={FormationMaterialIframe} />
         <Route path="/material-formacao" component={MaterialPage} />
-        {/* <Route path="*">
+        <Route path="*">
           <Home />
-        </Route> */}
+        </Route>
         <div style={{ backgroundColor: "	#D3D3D3" }}>
           <AppBarAdmin />
           <div style={{ padding: "2em" }}>
-- 
GitLab