mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 00:52:42 +03:00
lint
This commit is contained in:
parent
67c5b0867f
commit
65a19ff505
@ -1,12 +1,11 @@
|
||||
import { Component, useState, useEffect } from 'react';
|
||||
import { useState, useEffect } from 'react';
|
||||
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
import { isBefore } from '../utils/time';
|
||||
|
||||
import ROUTES from '../constants/routeNames';
|
||||
import { useNavigation } from '@react-navigation/native';
|
||||
|
||||
const AccountListContainer = ({ data, children }) => {
|
||||
|
||||
const navigation = useNavigation();
|
||||
|
||||
const [vdata, setVData] = useState(data);
|
||||
|
Loading…
Reference in New Issue
Block a user