problems: fix type imports

This commit is contained in:
Alexander Zobnin
2019-02-12 22:47:57 +03:00
parent 73d6c542c9
commit fd2265bda6
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import React, { PureComponent } from 'react';
import _ from 'lodash';
import moment from 'moment';
import { GFTimeRange, ZBXEvent, ZBXAcknowledge } from 'panel-triggers/types';
import { GFTimeRange, ZBXEvent, ZBXAcknowledge } from '../../types';
const DEFAULT_OK_COLOR = 'rgb(56, 189, 113)';
const DEFAULT_PROBLEM_COLOR = 'rgb(215, 0, 0)';