use correct import for intervalsOf

This commit is contained in:
Ryan Vazquez
2020-10-28 12:27:41 -04:00
parent dbaefe6e57
commit bf3bce32be
@@ -44,13 +44,13 @@ import {
import {
Alert,
Cost,
intervalsOf,
Maybe,
MetricData,
Project,
} from '../../types';
import { mapLoadingToProps } from './selector';
import { ProjectSelect } from '../ProjectSelect';
import { intervalsOf } from '../../utils/duration';
import { useSubtleTypographyStyles } from '../../utils/styles';
export const CostInsightsPage = () => {