forked from Ivasoft/mattermost-mobile
Add import order lint rules (#5672)
* Add import order lint rules * Address feedback * Revert change
This commit is contained in:
committed by
GitHub
parent
6c2e28afc2
commit
1c26f14fdb
@@ -4,10 +4,10 @@
|
||||
import {MessageDescriptor} from '@formatjs/intl/src/types';
|
||||
import {Alert, AlertButton} from 'react-native';
|
||||
|
||||
import type {IntlShape} from 'react-intl';
|
||||
|
||||
import {t} from '@i18n';
|
||||
|
||||
import type {IntlShape} from 'react-intl';
|
||||
|
||||
export function errorBadChannel(intl: IntlShape) {
|
||||
const message = {
|
||||
id: t('mobile.server_link.unreachable_channel.error'),
|
||||
|
||||
Reference in New Issue
Block a user