about summary refs log tree commit diff
path: root/src/lib/api/feed/following.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/api/feed/following.ts')
-rw-r--r--src/lib/api/feed/following.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/api/feed/following.ts b/src/lib/api/feed/following.ts
index 1004ccfb8..26de7f8a0 100644
--- a/src/lib/api/feed/following.ts
+++ b/src/lib/api/feed/following.ts
@@ -1,6 +1,6 @@
-import {AppBskyFeedDefs, BskyAgent} from '@atproto/api'
+import {type AppBskyFeedDefs, type BskyAgent} from '@atproto/api'
 
-import {FeedAPI, FeedAPIResponse} from './types'
+import {type FeedAPI, type FeedAPIResponse} from './types'
 
 export class FollowingFeedAPI implements FeedAPI {
   agent: BskyAgent