Pge cleanup

This commit is contained in:
dev-chiefworks
2021-12-18 22:09:24 -05:00
parent 2ae0371369
commit 108121270d
5 changed files with 20 additions and 24 deletions
+7 -14
View File
@@ -5,14 +5,14 @@ import Contact from './components/Contact';
import Error from './components/Error';
import Loader from './components/Helper/Loader';
import ScrollToTop from './components/Helper/ScrollToTop';
import HomeEight from './components/HomeEight';
import HomeFive from './components/HomeFive';
import HomeFour from './components/HomeFour';
// import HomeEight from './components/HomeEight';
// import HomeFive from './components/HomeFive';
// import HomeFour from './components/HomeFour';
import HomeOne from './components/HomeOne';
import HomeSeven from './components/HomeSeven';
import HomeSix from './components/HomeSix';
import HomeThree from './components/HomeThree';
import Hometwo from './components/HomeTwo';
// import HomeSeven from './components/HomeSeven';
// import HomeSix from './components/HomeSix';
// import HomeThree from './components/HomeThree';
// import Hometwo from './components/HomeTwo';
import News from './components/News';
import SingleNews from './components/News/SingleNews';
import Service from './components/Service';
@@ -39,13 +39,6 @@ function Routes() {
<ScrollToTop>
<Switch>
<Route exact path="/" component={HomeOne} />
<Route exact path="/home-two" component={Hometwo} />
<Route exact path="/home-three" component={HomeThree} />
<Route exact path="/home-four" component={HomeFour} />
<Route exact path="/home-five" component={HomeFive} />
<Route exact path="/home-six" component={HomeSix} />
<Route exact path="/home-seven" component={HomeSeven} />
<Route exact path="/home-eight" component={HomeEight} />
<Route exact path="/news" component={News} />
<Route exact path="/news/single-news" component={SingleNews} />
<Route exact path="/service" component={Service} />