X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fauth%2Findex.ts;h=bc7bfec0eed3c5b1f07fa982836f2c3e414844fb;hb=1e1265b36c09df1465aa2b4866815c957b6a532e;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..bc7bfec0e 100644 --- a/client/src/app/core/auth/index.ts +++ b/client/src/app/core/auth/index.ts @@ -1 +1,4 @@ +export * from './auth-status.model' +export * from './auth-user.model' export * from './auth.service' +export * from '../routing/login-guard.service'