瀏覽代碼

fix(rn): import React from react package

master
tmoldovan8x8 4 年之前
父節點
當前提交
c23375793e
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1
    3
      react/features/polls/components/native/PollsList.js

+ 1
- 3
react/features/polls/components/native/PollsList.js 查看文件

@@ -1,6 +1,4 @@
1
-// @flow
2
-
3
-import React, { useCallback, useEffect, useRef } from '@atlaskit/checkbox';
1
+import React, { useCallback, useEffect, useRef } from 'react';
4 2
 import { useTranslation } from 'react-i18next';
5 3
 import { FlatList } from 'react-native';
6 4
 import { Text } from 'react-native-paper';

Loading…
取消
儲存