Skip to content

Commit 46c205e

Browse files
committed
chore: lint
1 parent 2303c84 commit 46c205e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hocs/copilot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
55
import { View } from 'react-native';
66

77
import mitt from 'mitt';
8-
import hoistStatics from 'hoist-non-react-statics'
8+
import hoistStatics from 'hoist-non-react-statics';
99

1010
import CopilotModal from '../components/CopilotModal';
1111
import { OFFSET_WIDTH } from '../components/style';

0 commit comments

Comments
 (0)