X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Findex.ts;h=f664aff41d482a55859863d3d25cd6c588651090;hb=ba430d7516bc5b1324b60571ba7594460969b7fb;hp=fa951b215394bbab0a0574b0017bac04b8e50218;hpb=693b1aba4675f7e3d850e0f6d07dbfc7bdff9b8c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/index.ts b/client/src/app/core/index.ts index fa951b215..f664aff41 100644 --- a/client/src/app/core/index.ts +++ b/client/src/app/core/index.ts @@ -1,2 +1,8 @@ -export * from './auth'; +export * from './auth' +export * from './confirm' +export * from './routing' +export * from './server' +export * from './notification' +export * from './theme' + export * from './core.module'