Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Fixing styles imports and button component when running 'npm run dev' (
Browse files Browse the repository at this point in the history
  • Loading branch information
rssilva authored and ggazzo committed Sep 11, 2018
1 parent 4a41558 commit 26de5f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/header/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '~styles/colors';
@import '~styles/variables';
@import '../../styles/colors';
@import '../../styles/variables';


$header-padding: 16px;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/profile/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class Profile extends Component {

<p>
<button onClick={this.increment}>Click Me</button>
{' '}
' '
Clicked {count} times.
</p>
</div>
Expand Down

0 comments on commit 26de5f4

Please sign in to comment.