1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

remove cruft

This commit is contained in:
sveisvei 2016-12-17 20:10:50 +01:00
parent ce30f9a6b5
commit 8d67ac2da0
2 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
import React, { PropTypes, Component } from 'react';
import styles from './progress-styles.scss';
import easing from 'bezier-easing';
const fn = easing(0, 0, 1, 0.5);
window.easing = easing;
// console.log(s);
class Progress extends Component {
constructor (props) {