mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-24 22:03:21 +03:00
removed duplicate imports
This commit is contained in:
parent
2fdb115042
commit
f430f67242
@ -12,7 +12,6 @@ import ROUTES from '../../../../constants/routeNames';
|
||||
|
||||
// Component
|
||||
import TagView from './tagView';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
/*
|
||||
* Props Name Description Value
|
||||
|
@ -21,7 +21,6 @@ import CommentsView from '../view/commentsView';
|
||||
import { useAppSelector } from '../../../hooks';
|
||||
import { updateCommentCache } from '../../../redux/actions/cacheActions';
|
||||
import { CommentCacheStatus } from '../../../redux/reducers/cacheReducer';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
const CommentsContainer = ({
|
||||
author,
|
||||
|
@ -10,7 +10,6 @@ import HeaderView from '../view/headerView';
|
||||
import { AccountContainer, ThemeContainer } from '../../../containers';
|
||||
import { parseReputation } from '../../../utils/user';
|
||||
import { toggleQRModal } from '../../../redux/actions/uiAction';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
const HeaderContainer = ({
|
||||
selectedUser,
|
||||
|
@ -5,7 +5,6 @@ import { useNavigation } from '@react-navigation/native';
|
||||
import { default as ROUTES } from '../../../constants/routeNames';
|
||||
|
||||
import styles from './parentPostStyles';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
const ParentPost = ({ post }) => {
|
||||
const navigation = useNavigation();
|
||||
|
@ -13,7 +13,7 @@ import PostCardView from '../view/postCardView';
|
||||
import { default as ROUTES } from '../../../constants/routeNames';
|
||||
import { useAppDispatch } from '../../../hooks';
|
||||
import { showProfileModal } from '../../../redux/actions/uiAction';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
/*
|
||||
* Props Name Description Value
|
||||
*@props --> props name here description here Value Type Here
|
||||
|
@ -16,7 +16,6 @@ import postUrlParser from '../../../utils/postUrlParser';
|
||||
|
||||
// Component
|
||||
import SearchModalView from '../view/searchModalView';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
/*
|
||||
* Props name Description Value
|
||||
|
Loading…
Reference in New Issue
Block a user