mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
remove cruft
This commit is contained in:
parent
ce30f9a6b5
commit
8d67ac2da0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user