This commit is contained in:
Ayush Singh 2022-12-16 16:13:51 +05:30
Родитель 7d11af2eb2
Коммит 6f706bdc2a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ import {
BUTTON_ACCESSIBILITY_LABEL_DEPRECATED,
BUTTON_TEST_COMPONENT_LABEL_DEPRECATED,
} from '../consts';
import { testProps } from 'src/TestComponents/Common/TestProps';
import { testProps } from '../../Common/TestProps';
export const E2EButtonTest_deprecated: React.FunctionComponent = () => {
const [buttonPressed, setButtonPressed] = React.useState(false);