refactor newsfeed widget

This commit is contained in:
reya
2023-10-30 16:29:49 +07:00
parent 0b25a4a04b
commit e7738fb128
15 changed files with 277 additions and 326 deletions
+2 -1
View File
@@ -6,7 +6,6 @@ export * from './local/thread';
export * from './local/files';
export * from './local/articles';
export * from './local/follows';
export * from './local/notification';
export * from './global/articles';
export * from './global/files';
export * from './global/hashtag';
@@ -16,3 +15,5 @@ export * from './tmp/feeds';
export * from './tmp/hashtag';
export * from './other/learnNostr';
export * from './eventLoader';
export * from './newsfeed';
export * from './notification';