diff --git a/src/App.js b/src/App.js index fe18280..fdd0724 100644 --- a/src/App.js +++ b/src/App.js @@ -11,7 +11,6 @@ import PrepareQuiz from "./components/PrepareQuiz"; const App = () => { return ( - } /> @@ -19,7 +18,6 @@ const App = () => { } /> } /> - ); };