This commit is contained in:
GleidsonDaniel 2023-03-17 10:52:17 -03:00
parent c7f5e31f94
commit 76d5bf8f8f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ import {
} from '../../definitions';
import { MasterDetailInsideStackParamList } from '../../stacks/MasterDetailStack/types';
import { getPermalinkMessage, search, sendFileMessage } from '../../lib/methods';
import { hasPermission, debounce, isAndroid, isIOS, isTablet, compareServerVersion } from '../../lib/methods/helpers';
import { hasPermission, debounce, isIOS, isTablet, compareServerVersion } from '../../lib/methods/helpers';
import { Services } from '../../lib/services';
import { TSupportedThemes } from '../../theme';
import { ChatsStackParamList } from '../../stacks/types';