]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/activitypub/actor-follow.ts
Split types and typings
[github/Chocobozzz/PeerTube.git] / server / models / activitypub / actor-follow.ts
index 85a371026676cea9bfbc9bafaaf72faa407183f3..3e85cc329e9569b2a0226602056782c7d4d11778 100644 (file)
@@ -33,7 +33,7 @@ import {
   MActorFollowFollowingHost,
   MActorFollowFormattable,
   MActorFollowSubscriptions
-} from '@server/typings/models'
+} from '@server/types/models'
 import { ActivityPubActorType } from '@shared/models'
 import { VideoModel } from '@server/models/video/video'
 import { getServerActor } from '@server/models/application/application'