From 11ac88de40215783835cf6e6259ff0f6cee258dd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 23 Jan 2017 22:16:48 +0100 Subject: Client: add basic support to report video abuses --- client/src/app/shared/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/index.ts') diff --git a/client/src/app/shared/index.ts b/client/src/app/shared/index.ts index 52a647b83..7876e6f14 100644 --- a/client/src/app/shared/index.ts +++ b/client/src/app/shared/index.ts @@ -3,4 +3,5 @@ export * from './forms'; export * from './rest'; export * from './search'; export * from './users'; +export * from './video-abuse'; export * from './shared.module'; -- cgit v1.2.3