X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fusers%2Findex.ts;h=ebd715fb1ea7cbe9e59b57a67dc867fd6a367cf3;hb=dd4f25eea802fd88ea641d730432b56f562e0861;hp=5a670ce8f9c25e52f39be4335866407fadd8bda2;hpb=a6375e69668ea42e19531c6bc68dcd37f3f7cbd7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/users/index.ts b/client/src/app/shared/users/index.ts index 5a670ce8f..ebd715fb1 100644 --- a/client/src/app/shared/users/index.ts +++ b/client/src/app/shared/users/index.ts @@ -1 +1,3 @@ -export * from './user.model'; +export * from './user.model' +export * from './user.service' +export * from './user-notifications.component'