formatting

This commit is contained in:
Ryan Vazquez
2020-10-29 17:41:38 -04:00
parent 7926f07735
commit ce0e0f12c5
2 changed files with 11 additions and 2 deletions
+4 -1
View File
@@ -33,7 +33,10 @@ import {
Trendline,
UnlabeledDataflowData,
} from '../src/types';
import { ProjectGrowthAlert, UnlabeledDataflowAlert } from '../src/utils/alerts';
import {
ProjectGrowthAlert,
UnlabeledDataflowAlert,
} from '../src/utils/alerts';
import {
DEFAULT_DATE_FORMAT,
exclusiveEndDateOf,
@@ -16,7 +16,13 @@
import React from 'react';
import classnames from 'classnames';
import { ChangeStatistic, CurrencyType, Duration, EngineerThreshold, GrowthType } from '../../types';
import {
ChangeStatistic,
CurrencyType,
Duration,
EngineerThreshold,
GrowthType,
} from '../../types';
import { rateOf } from '../../utils/currency';
import { growthOf } from '../../utils/change';
import { useCostGrowthStyles as useStyles } from '../../utils/styles';