Skip to content

Commit a32c186

Browse files
committed
Removed Old Contents
1 parent 54f1dec commit a32c186

File tree

3 files changed

+0
-96
lines changed

3 files changed

+0
-96
lines changed

src/App.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ import { Navbar } from "@components/Navbar"
22
import { Hero } from "@components/Hero"
33
import { Future } from "@components/Future"
44
import { Ecosystem } from "@components/Ecosystem"
5-
import { GSAbout } from "@components/GSAbout"
65

76
export function App() {
87
return (<>
98
<Navbar />
109
<Hero />
1110
<Future />
1211
<Ecosystem />
13-
<GSAbout />
1412
</>)
1513
}
1614

src/components/GSAbout/index.jsx

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/components/GSAbout/style.css

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)