Skip to content

Commit b357a97

Browse files
committed
refactor: update imports
1 parent c394ff1 commit b357a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/charts/MainChartExample.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<script>
1313
import { CChart } from '@coreui/vue-chartjs'
14-
import { getStyle, hexToRgba } from '@coreui/utils/src'
14+
import { getStyle, hexToRgba } from '@coreui/utils'
1515
1616
function random(min, max) {
1717
return Math.floor(Math.random() * (max - min + 1) + min)

0 commit comments

Comments
 (0)