We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82ad87 commit 6b02312Copy full SHA for 6b02312
src/components/charts/util/ChartGroupCard.tsx
@@ -19,7 +19,7 @@ import { Link } from 'react-router-dom'
19
import { ChartGroup, ChartGroupEntry } from '../charts.types'
20
import { getChartGroupURL } from '../charts.helper'
21
import placeHolder from '../../../assets/icons/ic-plc-chart.svg'
22
-import { handleAnalyticsEvent } from '.yalc/@devtron-labs/devtron-fe-common-lib/dist'
+import { handleAnalyticsEvent } from '@devtron-labs/devtron-fe-common-lib'
23
24
export interface ChartGroupCardProps {
25
chartGroup: ChartGroup
0 commit comments