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/hooks/useLineChart.js | |
| parent | b033b4825dfeb2e3a15bae298856d5001310a487 (diff) | |
chore: get rid of webpack resolve alias
Diffstat (limited to 'src/hooks/useLineChart.js')
| -rw-r--r-- | src/hooks/useLineChart.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/useLineChart.js b/src/hooks/useLineChart.js index 57fd953..40f4c52 100644 --- a/src/hooks/useLineChart.js +++ b/src/hooks/useLineChart.js @@ -1,5 +1,5 @@ import React from 'react'; -import { commonChartOptions } from 'm/chart'; +import { commonChartOptions } from '../misc/chart'; const { useEffect } = React; const options = commonChartOptions; |
