aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/actors/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/actors/index.ts')
-rw-r--r--shared/models/actors/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/actors/index.ts b/shared/models/actors/index.ts
index c7a92399d..156f83248 100644
--- a/shared/models/actors/index.ts
+++ b/shared/models/actors/index.ts
@@ -1,3 +1,5 @@
1export * from './account.model' 1export * from './account.model'
2export * from './actor-image.model'
3export * from './actor-image.type'
2export * from './actor.model' 4export * from './actor.model'
3export * from './follow.model' 5export * from './follow.model'