about summary refs log tree commit diff
path: root/src/state/models/ui/profile.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-17 13:52:16 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 13:52:16 -0500
commitb672006f7e1c21c635eb4ec60e21910af586c00d (patch)
tree3f42849f6c132ccd5bb2ff9c9dffe94e203628d8 /src/state/models/ui/profile.ts
parenta2b089d3155afcdd9c7a43474692ab8c82fdf276 (diff)
downloadvoidsky-b672006f7e1c21c635eb4ec60e21910af586c00d.tar.zst
Reorganize custom-feed state models and add the missing _reactKey attribute
Diffstat (limited to 'src/state/models/ui/profile.ts')
-rw-r--r--src/state/models/ui/profile.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/models/ui/profile.ts b/src/state/models/ui/profile.ts
index 4f604bfc0..2189e8e97 100644
--- a/src/state/models/ui/profile.ts
+++ b/src/state/models/ui/profile.ts
@@ -3,7 +3,7 @@ import {AppBskyFeedDefs} from '@atproto/api'
 import {RootStoreModel} from '../root-store'
 import {ProfileModel} from '../content/profile'
 import {PostsFeedModel} from '../feeds/posts'
-import {ActorFeedsModel} from '../feeds/algo/actor'
+import {ActorFeedsModel} from '../lists/actor-feeds'
 import {ListsListModel} from '../lists/lists-list'
 
 export enum Sections {