1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

remove unused import from topology widget #217

This commit is contained in:
Sonja Happ 2020-05-14 13:11:48 +02:00
parent a4f7d314b6
commit afb8d1add8

View file

@ -17,7 +17,6 @@
import React from 'react';
import {UncontrolledReactSVGPanZoom} from 'react-svg-pan-zoom';
import config from '../../config';
import '../../styles/simple-spinner.css';
import { cimsvg } from 'libcimsvg';
import AppDispatcher from "../../common/app-dispatcher";