From 382c1331f078d642b3a74e49cf5975a190772688 Mon Sep 17 00:00:00 2001 From: hannut91 Date: Sun, 9 Aug 2020 20:49:24 +0900 Subject: [PATCH] Remove redundant tag Remove redundant div tag. --- src/App.jsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 881549e..9a96fac 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -14,14 +14,12 @@ export default function App() { return (
-
- - - - - - -
+ + + + + + ); }