3d509c84a2
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate group page components.
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
import Toggle from 'react-toggle';
|
|
|
|
import './toggle_switch.scss';
|
|
|
|
export default class ToggleSwitch extends PureComponent {
|
|
render() {
|
|
return <Toggle {...this.props} />
|
|
};
|
|
} |