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

add missing import for new IC diaglog

This commit is contained in:
Steffen Vogel 2021-03-08 13:43:01 +01:00
parent 9e4797bc76
commit 75379593e3

View file

@ -5,6 +5,7 @@ import Icon from "../common/icon";
import ConfirmCommand from './confirm-command';
import ReactJson from 'react-json-view';
import FileSaver from 'file-saver';
import moment from 'moment';
class ICDialog extends React.Component {
valid = true;