Skip to content

Commit

Permalink
random commit
Browse files Browse the repository at this point in the history
  • Loading branch information
harblaith7 committed Jul 19, 2020
2 parents 5509c26 + 7f1f28e commit b14f566
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/src/components/CheckoutForm/CheckoutForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ function CheckoutForm(props) {
}


export default CheckoutForm
export default CheckoutForm
2 changes: 1 addition & 1 deletion client/src/components/ProductCard/ProductCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function ProductCard(props) {
}


export default ProductCard
export default ProductCard
5 changes: 1 addition & 4 deletions client/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import ReactDOM from 'react-dom';
import './index.css';
import App from './App';


ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
<App />,
document.getElementById('root')
);

0 comments on commit b14f566

Please sign in to comment.