diff options
Diffstat (limited to 'shared/models/activitypub/index.ts')
-rw-r--r-- | shared/models/activitypub/index.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/shared/models/activitypub/index.ts b/shared/models/activitypub/index.ts deleted file mode 100644 index fa07b6a64..000000000 --- a/shared/models/activitypub/index.ts +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | export * from './objects' | ||
2 | export * from './activity' | ||
3 | export * from './activitypub-actor' | ||
4 | export * from './activitypub-collection' | ||
5 | export * from './activitypub-ordered-collection' | ||
6 | export * from './activitypub-root' | ||
7 | export * from './activitypub-signature' | ||
8 | export * from './context' | ||
9 | export * from './webfinger' | ||