mirror of
https://github.com/mue/mue.git
synced 2026-07-18 22:44:08 +02:00
refactor: cleanup
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
// todo: find a better method to do width of number input
|
||||
import { PureComponent } from 'react';
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
import EventBus from '../../../../modules/helpers/eventbus';
|
||||
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
export default class Slider extends PureComponent {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
||||
Reference in New Issue
Block a user