Skip to content

Commit

Permalink
fix: delete useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
damla committed Feb 7, 2021
1 parent 418ff01 commit cd2e8df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/factory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ import { GetStaticProps } from 'next'
import Head from 'next/head'
import Layout from '../../components/layout/layout.component'
import Section from '../../components/section/section.component'
import Content from '../../components/content/content.component'
import ImageBox from '../../components/image-box/image-box.component'
import BlockQuote from '../../components/block-quote/block-quote.component'
import CustomButton from '../../components/custom-button/custom-button.component'
import Logo from '../../components/logo/logo.component'

import './factory.module.scss'

Expand Down

0 comments on commit cd2e8df

Please sign in to comment.