From e724fa93c71d76d709e819a05e5e2904a3c4205b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Oct 2018 15:24:29 +0200 Subject: Move user moderation tool in a separate component --- client/src/app/shared/moderation/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/src/app/shared/moderation/index.ts (limited to 'client/src/app/shared/moderation/index.ts') diff --git a/client/src/app/shared/moderation/index.ts b/client/src/app/shared/moderation/index.ts new file mode 100644 index 000000000..2245294c5 --- /dev/null +++ b/client/src/app/shared/moderation/index.ts @@ -0,0 +1,2 @@ +export * from './user-ban-modal.component' +export * from './user-moderation-dropdown.component' \ No newline at end of file -- cgit v1.2.3