diff options
| author | Haishan <[email protected]> | 2019-12-26 18:50:45 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-27 16:29:45 +0800 |
| commit | 45c3c7b8b4793ca3b6cd8366baaf035346a6d745 (patch) | |
| tree | e5d343bbf6984d9f89d38a2f9e7ae2a8665e5950 /src/components/TrafficChartSample.js | |
| parent | b033b4825dfeb2e3a15bae298856d5001310a487 (diff) | |
chore: get rid of webpack resolve alias
Diffstat (limited to 'src/components/TrafficChartSample.js')
| -rw-r--r-- | src/components/TrafficChartSample.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/TrafficChartSample.js b/src/components/TrafficChartSample.js index 92c19b6..f59afe7 100644 --- a/src/components/TrafficChartSample.js +++ b/src/components/TrafficChartSample.js @@ -1,6 +1,10 @@ import React, { useMemo } from 'react'; import useLineChart from '../hooks/useLineChart'; -import { chartJSResource, commonDataSetProps, chartStyles } from 'm/chart'; +import { + chartJSResource, + commonDataSetProps, + chartStyles +} from '../misc/chart'; const extraChartOptions = { legend: { |
