From 957b6c75377713b8a8c21614af32ad35121d64bc Mon Sep 17 00:00:00 2001 From: Francesco Esposito <33671357+frsposito@users.noreply.github.com> Date: Thu, 25 Jul 2019 09:44:32 +0200 Subject: [PATCH] refactor: remove comment --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 3519942..5716409 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ import 'bootstrap/dist/css/bootstrap.min.css'; import Routes from './Routes'; import NavBar from './components/NavBar'; import Footer from './components/Footer'; -// TODO: implement redux + function App() { return (