Skip to content

Commit

Permalink
removed redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
mXaln committed Apr 3, 2019
1 parent 4952a03 commit 3730019
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import React from 'react';
import ReactDOM from 'react-dom';
import { BrowserRouter, HashRouter } from 'react-router-dom';
import { HashRouter } from 'react-router-dom';

import App from './App';
import 'semantic-ui-css/semantic.min.css';
Expand Down
1 change: 0 additions & 1 deletion src/js/components/Loading.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { Component } from 'react';
import styled from 'styled-components';
import config from '../../config/config';
import loadingRingImg from '../../assets/images/loadingRing.svg';

class Loading extends Component {
Expand Down
1 change: 0 additions & 1 deletion src/js/components/social-login/GitHubLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import PopupWindow from './PopupWindow';
import { toQuery } from './utils';
import githubImg from '../../../assets/images/github.png';


class GitHubLogin extends Component {
constructor(props) {
super(props);
Expand Down
4 changes: 0 additions & 4 deletions src/js/pages/user/components/Waveform.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,10 @@ const Container = styled.div`

const WaveformContainer = styled.div`
display: flex;
/*align-self: center;*/
align-items: center;
/*flex: 1 1 auto;*/
width: 100%;
height: 100%;
/*flex-direction:column;*/
animation: ${fadeInAnimation} .3s ease-in;
/*margin-top:10vw;*/
`;

const WaveSurferContainer = styled.div`
Expand Down

0 comments on commit 3730019

Please sign in to comment.