formatting
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user