]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/form-validators/index.ts
Users can change ownership of their video [#510] (#888)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / form-validators / index.ts
index 9bc7615ca81411edffbaee3d344619052cb2207f..74e385b3d769d868ccaa6d7b23915782109422f1 100644 (file)
@@ -10,3 +10,5 @@ export * from './video-channel-validators.service'
 export * from './video-comment-validators.service'
 export * from './video-validators.service'
 export * from './video-captions-validators.service'
+export * from './video-change-ownership-validators.service'
+export * from './video-accept-ownership-validators.service'