mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 20:33:40 +00:00
Fix lint errors for src/App.tsx
This commit is contained in:
parent
fbec2dddc7
commit
f5f2e7e1c4
1 changed files with 10 additions and 10 deletions
20
src/App.tsx
20
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 (
|
||||
<div style={{ zIndex: 9999 }}>
|
||||
<Main />
|
||||
<InfogramBelowMain />
|
||||
<br />
|
||||
<Main />
|
||||
<InfogramBelowMain />
|
||||
<br />
|
||||
</div>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
export default App;
|
||||
export default App
|
||||
|
|
Loading…
Reference in a new issue