We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2303c84 commit 46c205eCopy full SHA for 46c205e
src/hocs/copilot.js
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
5
import { View } from 'react-native';
6
7
import mitt from 'mitt';
8
-import hoistStatics from 'hoist-non-react-statics'
+import hoistStatics from 'hoist-non-react-statics';
9
10
import CopilotModal from '../components/CopilotModal';
11
import { OFFSET_WIDTH } from '../components/style';
0 commit comments