X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=96b28658b10c4f6e01436a285b93c718e3d977a5;hb=174d46578bb719c85686f9bb89abf4330ae4cac1;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..96b28658b 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,4 +1,5 @@ export * from './auth'; +export * from './config'; export * from './confirm'; export * from './menu'; export * from './core.module'