summaryrefslogtreecommitdiff
path: root/src/pages/Home.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/Home.js')
-rw-r--r--src/pages/Home.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/Home.js b/src/pages/Home.js
index de6ff988..f6479722 100644
--- a/src/pages/Home.js
+++ b/src/pages/Home.js
@@ -11,7 +11,6 @@ import TechnologiesSection from "../components/home/TechnologiesSection";
import HomeNavbar from "../components/navigation/HomeNavbar";
import jQuery from "../util/jquery";
import "./Home.css";
-import SC18Section from "../components/home/SC18Section";
class Home extends React.Component {
state = {
@@ -46,7 +45,6 @@ class Home extends React.Component {
<HomeNavbar />
<div className="body-wrapper page-container">
<JumbotronHeader />
- <SC18Section/>
<IntroSection />
<StakeholderSection />
<ModelingSection />