Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring components with styled components #34

Merged
merged 12 commits into from
Jun 13, 2018
Prev Previous commit
Next Next commit
deletes imported scss file that's not needed any more
  • Loading branch information
isnotafunction committed Jun 12, 2018
commit 04532ad8a784a862ad01e9a758a80a96d4b72e0f
2 changes: 0 additions & 2 deletions src/components/Home/Home.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import React from 'react';
import { Link } from 'react-router-dom';

import './home.scss';

import styled from 'styled-components';
import forest from '../../../assets/forest.svg'

Expand Down