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

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

diff --git a/src/App.js b/src/App.js
index 83b75613..97eefac8 100644
--- a/src/App.js
+++ b/src/App.js
@@ -203,6 +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="*">
+          <Home />
+        </Route>
         <div style={{ backgroundColor: "	#D3D3D3" }}>
           <AppBarAdmin />
           <div style={{ padding: "2em" }}>
-- 
GitLab