mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
removed imports
This commit is contained in:
parent
4d2b12c292
commit
333459878c
3 changed files with 0 additions and 6 deletions
|
@ -20,7 +20,6 @@ import { Container } from 'flux/utils';
|
|||
import Fullscreenable from 'react-fullscreenable';
|
||||
import classNames from 'classnames';
|
||||
|
||||
import Widget from '../widget/widget';
|
||||
import EditWidget from '../widget/edit-widget/edit-widget';
|
||||
import EditFiles from '../file/edit-files';
|
||||
import EditSignalMapping from "../signal/edit-signal-mapping";
|
||||
|
|
|
@ -84,7 +84,6 @@ class EditableWidgetContainer extends React.Component {
|
|||
|
||||
render() {
|
||||
const widget = this.props.widget;
|
||||
let children = null;
|
||||
|
||||
let resizingRestricted = false;
|
||||
if (widget.customProperties.resizeRightLeftLock || widget.customProperties.resizeTopBottomLock) {
|
||||
|
|
|
@ -24,9 +24,6 @@ import ConfigsStore from '../componentconfig/config-store';
|
|||
import FileStore from '../file/file-store';
|
||||
import SignalStore from '../signal/signal-store'
|
||||
|
||||
import EditableWidgetContainer from './editable-widget-container';
|
||||
import WidgetContainer from './widget-container';
|
||||
|
||||
import WidgetCustomAction from './widgets/custom-action';
|
||||
import WidgetAction from './widgets/action';
|
||||
import WidgetLamp from './widgets/lamp';
|
||||
|
@ -44,7 +41,6 @@ import WidgetTopology from './widgets/topology';
|
|||
import WidgetLine from './widgets/line';
|
||||
//import WidgetHTML from './widgets/html';
|
||||
|
||||
import WidgetEditMenu from '../widget/widget-edit-menu';
|
||||
|
||||
import '../styles/widgets.css';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue