mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-14 01:16:17 +02:00
remove cruft
This commit is contained in:
parent
ce30f9a6b5
commit
8d67ac2da0
@ -1,11 +1,5 @@
|
|||||||
import React, { PropTypes, Component } from 'react';
|
import React, { PropTypes, Component } from 'react';
|
||||||
import styles from './progress-styles.scss';
|
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 {
|
class Progress extends Component {
|
||||||
constructor (props) {
|
constructor (props) {
|
||||||
|
Loading…
Reference in New Issue
Block a user