Skip to content

Commit

Permalink
lint: consistent import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Nov 21, 2023
1 parent c27c102 commit 16e5fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import {useTranslation} from 'react-i18next';
import {TouchableOpacity, View} from 'react-native';
import {useTranslation} from 'react-i18next';
import {observer} from 'mobx-react-lite';

import {app, client, openUrl} from '@rvmob/Generic';
Expand Down

0 comments on commit 16e5fc7

Please sign in to comment.