X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fsystem%2Findex.ts;h=b398832cc5d76fbdfac8d45c1e732d2b67f97d54;hb=81ed2de85c4d1cedcb5b4d58f3bfa39c3601ed2a;hp=226d999d2ac03c57cd2f6c65afd2e5f92e861eeb;hpb=97567dd81f508dd6295ac4d73d849aa2ce0a6549;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/system/index.ts b/client/src/app/+admin/system/index.ts index 226d999d2..b398832cc 100644 --- a/client/src/app/+admin/system/index.ts +++ b/client/src/app/+admin/system/index.ts @@ -1,4 +1,4 @@ +export * from './debug' export * from './jobs' export * from './logs' -export * from './system.component' export * from './system.routes'