mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix eslint
This commit is contained in:
parent
f921786850
commit
6b3af5565d
42
frontend/dist/bundle.js
vendored
42
frontend/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
2
frontend/dist/bundle.js.map
vendored
2
frontend/dist/bundle.js.map
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,5 @@
|
|||||||
import React, { PropTypes } from 'react';
|
import React, { PropTypes } from 'react';
|
||||||
import ConfigureStrategy from './strategy-configure';
|
import ConfigureStrategy from './strategy-configure';
|
||||||
import { List } from 'react-toolbox/lib/list';
|
|
||||||
|
|
||||||
|
|
||||||
class StrategiesList extends React.Component {
|
class StrategiesList extends React.Component {
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
import React, { PropTypes } from 'react';
|
import React, { PropTypes } from 'react';
|
||||||
import Input from 'react-toolbox/lib/input';
|
import Input from 'react-toolbox/lib/input';
|
||||||
import Button from 'react-toolbox/lib/button';
|
import Button from 'react-toolbox/lib/button';
|
||||||
import { ListItem } from 'react-toolbox/lib/list';
|
|
||||||
|
|
||||||
class StrategyConfigure extends React.Component {
|
class StrategyConfigure extends React.Component {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user