+4
-2
src/views/bluesky/threadgate-applicator/page.tsx
+4
-2
src/views/bluesky/threadgate-applicator/page.tsx
···
18
18
import Step4_Confirmation from './steps/step4_confirmation';
19
19
import Step5_Finished from './steps/step5_finished';
20
20
21
-
export interface ThreadgateState
22
-
extends Pick<AppBskyFeedThreadgate.Main, 'allow' | 'hiddenReplies' | 'createdAt'> {
21
+
export interface ThreadgateState extends Pick<
22
+
AppBskyFeedThreadgate.Main,
23
+
'allow' | 'hiddenReplies' | 'createdAt'
24
+
> {
23
25
uri: string;
24
26
}
25
27