]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/index.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / index.ts
index 6cacb24d2199c5e7fbc43665a1d516b06a455eee..fa07b6a64d7b339ea6fbddc4ec25a7ad47f66414 100644 (file)
@@ -1,8 +1,9 @@
+export * from './objects'
 export * from './activity'
 export * from './activitypub-actor'
 export * from './activitypub-collection'
 export * from './activitypub-ordered-collection'
 export * from './activitypub-root'
 export * from './activitypub-signature'
-export * from './objects'
+export * from './context'
 export * from './webfinger'