From 22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Aug 2018 16:18:59 +0200 Subject: Add local user subscriptions --- client/src/app/shared/user-subscription/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 client/src/app/shared/user-subscription/index.ts (limited to 'client/src/app/shared/user-subscription/index.ts') diff --git a/client/src/app/shared/user-subscription/index.ts b/client/src/app/shared/user-subscription/index.ts new file mode 100644 index 000000000..024b36a41 --- /dev/null +++ b/client/src/app/shared/user-subscription/index.ts @@ -0,0 +1,2 @@ +export * from './user-subscription.service' +export * from './subscribe-button.component' \ No newline at end of file -- cgit v1.2.3