Skip to content

Commit

Permalink
[#4] feat: divider component added
Browse files Browse the repository at this point in the history
  • Loading branch information
Damla Koksal committed Nov 23, 2020
1 parent 4cb9fff commit de53808
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import Head from "next/head";
import BlockQuote from "../components/block-quote/block-quote.component";
import CustomButton from "../components/custom-button/custom-button.component";

import Divider from "../components/divider/divider.component";
import Layout from "../components/layout/layout.component";
import Section from "../components/section/section.component";

Expand All @@ -26,6 +27,7 @@ export default function Home() {
</CustomButton>
</div>
</Section>
<Divider />
<Section BgColor="pink" />
</Layout>
</>
Expand Down

0 comments on commit de53808

Please sign in to comment.