Skip to content

Commit

Permalink
Deleted and removed all references to shot/Shot, for functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
chardbres committed Dec 6, 2019
1 parent ba09384 commit 536d03c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 91 deletions.
27 changes: 0 additions & 27 deletions src/api/shots.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/Clubs/Club.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react'
import { Redirect } from 'react-router-dom'
import { deleteClub, getClub, updateClub } from '../../api/clubs'
import SingleClub from '../Shared/SingleClub'
// import Shots from '../Shots/Shots'
import ClubForm from '../Shared/ClubForm'
import '../../index.scss'

Expand Down Expand Up @@ -73,10 +72,6 @@ const Club = props => {
/>
</div>
</div>
// <Shots
// club={props.match.params.id}
// user={props.user}
// />
)
}

Expand Down
55 changes: 0 additions & 55 deletions src/components/Shots/Shots.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,3 @@
margin: auto;
}
}

.shots-canvas {
margin-top: 2%;
}

0 comments on commit 536d03c

Please sign in to comment.