From e034161040f959d92d6013747c84fc113f54bfe8 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 22 Oct 2020 21:41:50 -0400 Subject: [PATCH] Fix missing JSX --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index c166231..9999793 100644 --- a/src/App.js +++ b/src/App.js @@ -94,7 +94,7 @@ function App() { /> } - + ); }