Skip to content

Commit c6e66aa

Browse files
committed
Fix lint issue
1 parent d3d6f86 commit c6e66aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/js/feedback/FeedbackWidgetProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import {
3737
getScreenshotButtonOptions,
3838
isShakeToReportEnabled,
3939
} from './integration';
40-
import { ScreenshotButton } from './ScreenshotButton';
4140
import { lazyLoadShakeToReportIntegration } from './lazy';
41+
import { ScreenshotButton } from './ScreenshotButton';
4242
import { startShakeListener, stopShakeListener } from './ShakeToReportBug';
4343
import { isModalSupported, isNativeDriverSupportedForColorAnimations } from './utils';
4444

0 commit comments

Comments
 (0)