Fix import
This commit is contained in:
Родитель
7d11af2eb2
Коммит
6f706bdc2a
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче