X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=8358261ae6b9de7619e4d1a39b990de3e4eb70eb;hb=954605a804da399317ca62afa2fb9244afa11ebf;hp=9b4dd1999bb69de00ea3f4758418eca056a1b305;hpb=5769e1db8d3d5a1e3baa8dff23090cfe93d48a50;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index 9b4dd1999..8358261ae 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,4 +1,6 @@ -export * from './auth'; -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'