From f5f2e7e1c455cc233ca6e3fbd2f3025f9c140235 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:57:23 +0000 Subject: [PATCH] Fix lint errors for src/App.tsx --- src/App.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index e5660b53..a2b66212 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,18 +1,18 @@ -import React from 'react'; -import Main from './components/main'; -import Navbar from './components/navbar'; -import InfogramBelowMain from './components/infobelowmain'; +import React from 'react' +import Main from './components/main' +import Navbar from './components/navbar' +import InfogramBelowMain from './components/infobelowmain' // import logo from './logo.svg'; // import './App.css'; -function App() { +function App () { return (
-
- -
+
+ +
- ); + ) } -export default App; +export default App