aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/routing/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-04 14:39:47 +0200
committerChocobozzz <me@florianbigard.com>2021-06-04 15:45:44 +0200
commitfc21ef5c62d845576a916414468b3a57370a57b2 (patch)
tree818102bc909210870f9a28692361f7b5cbe219de /client/src/app/core/routing/index.ts
parent2989628b7913383b39ac34c7db8666a21f8e5037 (diff)
downloadPeerTube-fc21ef5c62d845576a916414468b3a57370a57b2.tar.gz
PeerTube-fc21ef5c62d845576a916414468b3a57370a57b2.tar.zst
PeerTube-fc21ef5c62d845576a916414468b3a57370a57b2.zip
Speed up plugins loading
Diffstat (limited to 'client/src/app/core/routing/index.ts')
-rw-r--r--client/src/app/core/routing/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/core/routing/index.ts b/client/src/app/core/routing/index.ts
index 4314ea475..d0c688a2f 100644
--- a/client/src/app/core/routing/index.ts
+++ b/client/src/app/core/routing/index.ts
@@ -1,6 +1,7 @@
1export * from './can-deactivate-guard.service' 1export * from './can-deactivate-guard.service'
2export * from './custom-reuse-strategy' 2export * from './custom-reuse-strategy'
3export * from './disable-for-reuse-hook' 3export * from './disable-for-reuse-hook'
4export * from './homepage-redirect.component'
4export * from './login-guard.service' 5export * from './login-guard.service'
5export * from './menu-guard.service' 6export * from './menu-guard.service'
6export * from './meta-guard.service' 7export * from './meta-guard.service'