Skip to content

Commit

Permalink
fix(about): removed unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Nov 29, 2021
1 parent cfa59cc commit 0cd90bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Pages/About/About.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import React from 'react';
import NavBar from '../../Components/NavBar/NavBar';
import HeroImage from '../../Components/Hero/heroImage';
import Footer from '../../Components/Footer/Footer';
import { StyledHr } from '../../Layout/Hr/styledHr';
import { StyledQuoteContainer, StyledQuote, StyledQuoteAuthor } from '../../Layout/Quote/styledQuote';
import Timeline from '../../Components/Timeline/timeline';

const About = () => {
return (
<div>
<NavBar />
<HeroImage About/>
<StyledHr Primary/>
<StyledQuoteContainer>
Expand All @@ -20,14 +17,9 @@ const About = () => {
-Buddha
</StyledQuoteAuthor>
</StyledQuoteContainer>
{/* <!-- Quote/Highlight End --> */}

{/* <!-- Timeline --> */}
<StyledHr Primary/>
<Timeline/>
{/* <!-- Timeline End --> */}
<StyledHr Primary/>
<Footer/>
</div>
)
}
Expand Down

0 comments on commit 0cd90bd

Please sign in to comment.