Skip to content

Commit da32e2c

Browse files
committed
chore: yalc removed
1 parent fc9f0b2 commit da32e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/dockerRegistry/ManageRegistry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
ButtonStyleType,
3939
} from '@devtron-labs/devtron-fe-common-lib'
4040
import { REQUIRED_FIELD_MSG } from '../../config/constantMessaging'
41-
import { SegmentType } from '.yalc/@devtron-labs/devtron-fe-common-lib/dist/Common/SegmentedControl/types'
41+
import { SegmentType } from '@devtron-labs/devtron-fe-common-lib/dist/Common/SegmentedControl/types'
4242

4343
export const DropdownIndicator = (props) => {
4444
return (

src/components/v2/values/chartValuesDiff/ChartValuesView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ import IndexStore from '../../appDetails/index.store'
139139
import { AUTO_GENERATE_GITOPS_REPO, CHART_VALUE_ID } from './constant'
140140
import { validateAppName } from '@Pages/App/CreateAppModal/utils'
141141
import { DeleteChartDialog } from './DeleteChartDialog'
142-
import { SegmentType } from '.yalc/@devtron-labs/devtron-fe-common-lib/dist/Common/SegmentedControl/types'
142+
import { SegmentType } from '@devtron-labs/devtron-fe-common-lib/dist/Common/SegmentedControl/types'
143143

144144
const GeneratedHelmDownload = importComponentFromFELibrary('GeneratedHelmDownload')
145145
const getDownloadManifestUrl = importComponentFromFELibrary('getDownloadManifestUrl', null, 'function')

0 commit comments

Comments
 (0)