Skip to content

Commit

Permalink
Removes mock
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Mar 6, 2019
1 parent 3da6c6f commit eaa1f56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Home.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { Component } from 'react';
import Sidebar from './components/Sidebar';
import mock from './assets/images/analytics-mock.png';
import {Link} from 'react-router-dom';

class Home extends Component {
Expand Down Expand Up @@ -43,7 +42,6 @@ class Home extends Component {
</div>
</div>
</div>
<img style={{width: "70%"}} src={mock} />

</main>
</div>
Expand Down
Binary file removed src/assets/images/analytics-mock.png
Binary file not shown.

0 comments on commit eaa1f56

Please sign in to comment.