mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
use old component instead
This commit is contained in:
parent
d94eed0844
commit
5197032bfb
@ -1,10 +1,7 @@
|
||||
import type { FC, ReactNode } from 'react';
|
||||
import {
|
||||
ChangeItemInfo,
|
||||
ChangeItemWrapper,
|
||||
LegacyChangeItemWrapper,
|
||||
} from './Change.styles.tsx';
|
||||
import { ChangeItemInfo, ChangeItemWrapper } from './Change.styles.tsx';
|
||||
import { styled } from '@mui/material';
|
||||
import { ChangeItemWrapper as LegacyChangeItemWrapper } from './LegacyStrategyChange.tsx';
|
||||
|
||||
type ArchiveFeatureChange = {
|
||||
actions?: ReactNode;
|
||||
|
@ -51,13 +51,3 @@ export const ChangeItemWrapper = styled('div')(({ theme }) => ({
|
||||
alignItems: 'center',
|
||||
gap: theme.spacing(1),
|
||||
}));
|
||||
|
||||
/**
|
||||
* Deprecated: use ChangeItemWrapper instead; remove with flag crDiffView
|
||||
* @deprecated
|
||||
*/
|
||||
export const LegacyChangeItemWrapper = styled('span')({
|
||||
display: 'flex',
|
||||
justifyContent: 'space-between',
|
||||
alignItems: 'center',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user