X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fextra-utils%2Fusers%2Findex.ts;h=460a06f7026c3909cdd9df8b2fe6b87c08b7ffe2;hb=4d029ef8ec3d5274eeaa3ee6d808eb7035e7faef;hp=9f760d7fd5bdca1e83e28a1a97c1fbc8c46b5d8c;hpb=4f2199144e428c16460750305f737b890c1ac322;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/extra-utils/users/index.ts b/shared/extra-utils/users/index.ts index 9f760d7fd..460a06f70 100644 --- a/shared/extra-utils/users/index.ts +++ b/shared/extra-utils/users/index.ts @@ -1,7 +1,9 @@ export * from './accounts-command' -export * from './accounts' +export * from './actors' export * from './blocklist-command' export * from './login' -export * from './user-notifications' +export * from './login-command' +export * from './notifications' +export * from './notifications-command' export * from './subscriptions-command' -export * from './users' +export * from './users-command'