X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fangular%2Findex.ts;h=6ea494129e59340183ae6c2dd47350bd6a51d793;hb=4b70c278a960a8d43407f0039aa03d0b08b44f9c;hp=4b87c2952121ac99874362b7bfa7c678c4e98a6b;hpb=439b6b7bfb5243f016135ccbd13a3491741cf809;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/angular/index.ts b/client/src/app/shared/shared-main/angular/index.ts index 4b87c2952..6ea494129 100644 --- a/client/src/app/shared/shared-main/angular/index.ts +++ b/client/src/app/shared/shared-main/angular/index.ts @@ -1,3 +1,4 @@ +export * from './auto-colspan.directive' export * from './autofocus.directive' export * from './bytes.pipe' export * from './defer-loading.directive' @@ -5,5 +6,6 @@ export * from './duration-formatter.pipe' export * from './from-now.pipe' export * from './infinite-scroller.directive' export * from './link.component' +export * from './login-link.component' export * from './number-formatter.pipe' export * from './peertube-template.directive'