Reorganize custom feeds in the view layer
This commit is contained in:
parent
b672006f7e
commit
3d09008bfd
9 changed files with 11 additions and 15 deletions
|
|
@ -9,7 +9,7 @@ import React, {useMemo, useRef} from 'react'
|
|||
import {FlatList, StyleSheet, TouchableOpacity, View} from 'react-native'
|
||||
import {useStores} from 'state/index'
|
||||
import {PostsFeedModel} from 'state/models/feeds/posts'
|
||||
import {useCustomFeed} from 'view/com/algos/useCustomFeed'
|
||||
import {useCustomFeed} from 'lib/hooks/useCustomFeed'
|
||||
import {withAuthRequired} from 'view/com/auth/withAuthRequired'
|
||||
import {Feed} from 'view/com/posts/Feed'
|
||||
import {Link} from 'view/com/util/Link'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue