Просмотр исходного кода

update app/pages/home/Notify.js

wudebin 5 месяцев назад
Родитель
Сommit
93f6b804eb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Strides-SPAPP/app/pages/home/Notify.js

+ 1 - 1
Strides-SPAPP/app/pages/home/Notify.js

@@ -6,7 +6,7 @@ import Dialog from '../../components/Dialog';
 import apiUpload from '../../api/apiUpload';
 import apiUpload from '../../api/apiUpload';
 import app from '../../../app.json'
 import app from '../../../app.json'
 import utils from '../../utils/utils';
 import utils from '../../utils/utils';
-import Skeleton from 'react-native-reanimated-skeleton';
+import Skeleton from '../../components/VbeSkeleton';
 
 
 export default class Notify extends Component {
 export default class Notify extends Component {
   constructor(props) {
   constructor(props) {