X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Frouting%2Findex.ts;h=58b83bb2aa90c0e397181fb95a6d748151253b77;hb=3b20bdd6dc7402b0723e038c57f0606131e20e54;hp=9f0b4eac5498ad214b43e6cd5c9b715c002f0292;hpb=901637bb87f5eb0518fb7ca69d98b53ed918339e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/routing/index.ts b/client/src/app/core/routing/index.ts index 9f0b4eac5..58b83bb2a 100644 --- a/client/src/app/core/routing/index.ts +++ b/client/src/app/core/routing/index.ts @@ -2,3 +2,4 @@ export * from './login-guard.service' export * from './user-right-guard.service' export * from './preload-selected-modules-list' export * from './redirect.service' +export * from './menu-guard.service'