X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=8358261ae6b9de7619e4d1a39b990de3e4eb70eb;hb=5cd80545422bba855cc9a730a2e13cc9d982c34b;hp=96b28658b10c4f6e01436a285b93c718e3d977a5;hpb=92fb909c9b4a92a00b0d0da7629e6fb003de281b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 96b28658b..8358261ae 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,5 +1,6 @@ -export * from './auth'; -export * from './config'; -export * from './confirm'; -export * from './menu'; +export * from './auth' +export * from './server' +export * from './confirm' +export * from './menu' +export * from './routing' export * from './core.module'