X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Flogin%2Findex.ts;h=f1301d8b51c4d908efb4224e3437f0c783ba9f6e;hb=7cd4d2ba10106c10602c86f74f55743ded588896;hp=64d3f2a3c8ee7ec7bc0cb109e91864eacbc0c7a1;hpb=0629423ce335137ce77d1ee8fe30fc0eee36d83b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/login/index.ts b/client/src/app/login/index.ts index 64d3f2a3c..f1301d8b5 100644 --- a/client/src/app/login/index.ts +++ b/client/src/app/login/index.ts @@ -1,2 +1,3 @@ -export * from './login.component'; -export * from './login.routes'; +export * from './login-routing.module' +export * from './login.component' +export * from './login.module'