X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Findex.ts;h=39dbde750c714c636a84c53a02363c93ccd13665;hb=ca4b1594a77d1a31188dde1e5f6f7a900cd29118;hp=c905ed20a15acba132b2d4af3c75a8d204710732;hpb=b33f657c304b77938c1f68164d8e754787f5aae5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/index.ts b/client/src/app/menu/index.ts index c905ed20a..39dbde750 100644 --- a/client/src/app/menu/index.ts +++ b/client/src/app/menu/index.ts @@ -1,2 +1,3 @@ +export * from './language-chooser.component' +export * from './avatar-notification.component' export * from './menu.component' -export * from './menu-admin.component'