Skip to content

Commit

Permalink
chore: remove unused component
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Dec 3, 2021
1 parent d1b7bce commit da14510
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
2 changes: 0 additions & 2 deletions src/pages/Howto/Content/Howto/Howto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { HowtoStore } from 'src/stores/Howto/howto.store'
import HowtoDescription from './HowtoDescription/HowtoDescription'
import Step from './Step/Step'
import { IHowtoDB } from 'src/models/howto.models'
// import HowtoSummary from './HowtoSummary/HowtoSummary'
import Text from 'src/components/Text'
import { Box, Flex } from 'rebass/styled-components'
import { Button } from 'src/components/Button'
Expand Down Expand Up @@ -133,7 +132,6 @@ export class Howto extends React.Component<
moderateHowto={this.moderateHowto}
onUsefulClick={() => this.onUsefulClick(activeHowto._id)}
/>
{/* <HowtoSummary steps={howto.steps} howToSlug={howto.slug} /> */}
<Box mt={9}>
{activeHowto.steps.map((step: any, index: number) => (
<Step step={step} key={index} stepindex={index} />
Expand Down
55 changes: 0 additions & 55 deletions src/pages/Howto/Content/Howto/HowtoSummary/HowtoSummary.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions src/pages/Howto/Content/Howto/HowtoSummary/elements.js

This file was deleted.

0 comments on commit da14510

Please sign in to comment.