mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-18 16:20:07 +00:00
i did some work
This commit is contained in:
parent
6e2a3cd870
commit
fbec2dddc7
25 changed files with 600 additions and 248 deletions
|
@ -1,5 +1,7 @@
|
|||
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';
|
||||
|
||||
|
@ -7,6 +9,8 @@ function App() {
|
|||
return (
|
||||
<div style={{ zIndex: 9999 }}>
|
||||
<Main />
|
||||
<InfogramBelowMain />
|
||||
<br />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue