Skip to content

Commit e6025af

Browse files
committed
refactor(widgets): remove unused import
1 parent cf3f129 commit e6025af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
allowUndefined: false,
1313
},
1414
],
15-
'react-native-reanimated/plugin',
15+
'react-native-reanimated/plugin', // NOTE: this plugin MUST be last
1616
],
1717
env: {
1818
production: {

src/components/widgets/BlocksWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React, { memo, ReactElement } from 'react';
22
import { useTranslation } from 'react-i18next';
33
import { StyleProp, StyleSheet, View, ViewStyle } from 'react-native';
44

5-
import { __E2E__ } from '../../constants/env';
65
import useBlocksWidget from '../../hooks/useBlocksWidget';
76
import { TBlocksWidgetOptions } from '../../store/types/widgets';
87
import { BodyMSB, BodySSB, CaptionB } from '../../styles/text';

0 commit comments

Comments
 (0)