File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type {
55 AppBskyGraphUnmuteActorList ,
66 AppBskyNS ,
77} from '@atproto/api' ;
8- import { BaseActor } from './BaseActor ' ;
8+ import { BaseActor } from './baseActor ' ;
99
1010export class Actor extends BaseActor {
1111 /**
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import type {
55 AppBskyGraphGetRelationships ,
66 AppBskyNS ,
77} from '@atproto/api' ;
8- import { Paginator } from '~/tsky/Paginator ' ;
9- import { Thread } from './Thread ' ;
8+ import { Paginator } from '~/tsky/paginator ' ;
9+ import { Thread } from './thread ' ;
1010
1111export class BaseActor {
1212 constructor (
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import type {
88 AppBskyFeedSendInteractions ,
99 AppBskyNS ,
1010} from '@atproto/api' ;
11- import { Paginator } from '~/tsky/Paginator ' ;
11+ import { Paginator } from '~/tsky/paginator ' ;
1212
1313export class Feed {
1414 constructor ( private instance : AppBskyNS ) { }
Original file line number Diff line number Diff line change 1- export * from './Actor ' ;
2- export * from './BaseActor ' ;
3- export * from './User ' ;
4- export * from './Suggestions ' ;
5- export * from './Thread ' ;
6- export * from './Feed ' ;
7- export * from './List ' ;
8- export * from './Post ' ;
9- export * from './Preferences ' ;
10- export * from './StarterPack ' ;
11- export * from './Video ' ;
1+ export * from './actor ' ;
2+ export * from './baseActor ' ;
3+ export * from './user ' ;
4+ export * from './suggestions ' ;
5+ export * from './thread ' ;
6+ export * from './feed ' ;
7+ export * from './list ' ;
8+ export * from './post ' ;
9+ export * from './preferences ' ;
10+ export * from './starterPack ' ;
11+ export * from './video ' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type {
33 AppBskyGraphGetList ,
44 AppBskyNS ,
55} from '@atproto/api' ;
6- import { Paginator } from '~/tsky/Paginator ' ;
6+ import { Paginator } from '~/tsky/paginator ' ;
77
88export class BskyList {
99 constructor (
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type {
77 AppBskyFeedSearchPosts ,
88 AppBskyNS ,
99} from '@atproto/api' ;
10- import { Paginator } from '~/tsky/Paginator ' ;
10+ import { Paginator } from '~/tsky/paginator ' ;
1111
1212export class Post {
1313 constructor ( private instance : AppBskyNS ) { }
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type {
44 AppBskyGraphSearchStarterPacks ,
55 AppBskyNS ,
66} from '@atproto/api' ;
7- import { Paginator } from '~/tsky/Paginator ' ;
7+ import { Paginator } from '~/tsky/paginator ' ;
88
99export class StarterPack {
1010 constructor (
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type {
33 AppBskyGraphGetSuggestedFollowsByActor ,
44 AppBskyNS ,
55} from '@atproto/api' ;
6- import { Paginator } from '~/tsky/Paginator ' ;
6+ import { Paginator } from '~/tsky/paginator ' ;
77
88export class Suggestions {
99 constructor ( private instance : AppBskyNS ) { }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments