Преглед изворни кода

fix(rn): import React from react package

master
tmoldovan8x8 пре 3 година
родитељ
комит
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…
Откажи
Сачувај