fix incorrect import

This commit is contained in:
ammarahm-ed
2022-05-10 13:32:40 +05:00
parent f7409b56e3
commit ba8e8a8241

View File

@@ -1,6 +1,6 @@
import React, { Fragment } from 'react';
import { View } from 'react-native';
import { allowedPlatforms } from '../../stores';
import { allowedPlatforms } from '../../stores/use-message-store';
import { ProFeatures } from '../dialogs/result/pro-features';
import { Body } from './body';
import { Cta } from './cta';