X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=3c01e05aafc55e70b2af9fcca6a1e3d67a216918;hb=0db1a226507a39b0a663e3e63f04851836a44d5a;hp=31322138f7932eb9bb5d75e0a755be0df687c827;hpb=a685e25ca05f08ad1b3f7fbaccc8744727bd8d27;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 31322138f..3c01e05aa 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,6 +1,5 @@ export * from './auth' -export * from './config' +export * from './server' export * from './confirm' -export * from './menu' export * from './routing' export * from './core.module'