Remove unused variable from SetList

This commit is contained in:
Brandon Presley 2022-11-03 19:10:56 +13:00
parent 09e178c5ce
commit 90fa309c09
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {
useFocusEffect,
useNavigation,
} from '@react-navigation/native'
import {useCallback, useEffect, useState} from 'react'
import {useCallback, useState} from 'react'
import {FlatList} from 'react-native'
import {List} from 'react-native-paper'
import {Like} from 'typeorm'