X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fauth%2Findex.ts;h=8e5caa7ed23d00a8127b7ed886e6561cc8766463;hb=79f392a6578f67d74da3dbf883a9f4b40c35124b;hp=cf52c9c7ce7552b978e578a666d07ffe41f3794c;hpb=693b1aba4675f7e3d850e0f6d07dbfc7bdff9b8c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/auth/index.ts b/client/src/app/core/auth/index.ts index cf52c9c7c..8e5caa7ed 100644 --- a/client/src/app/core/auth/index.ts +++ b/client/src/app/core/auth/index.ts @@ -1 +1,3 @@ +export * from './auth-status.model' +export * from './auth-user.model' export * from './auth.service'