aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/index.ts')
-rw-r--r--client/src/app/shared/shared-main/index.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/index.ts b/client/src/app/shared/shared-main/index.ts
new file mode 100644
index 000000000..a4d813c06
--- /dev/null
+++ b/client/src/app/shared/shared-main/index.ts
@@ -0,0 +1,12 @@
1export * from './account'
2export * from './angular'
3export * from './buttons'
4export * from './date'
5export * from './feeds'
6export * from './loaders'
7export * from './misc'
8export * from './users'
9export * from './video'
10export * from './video-caption'
11export * from './video-channel'
12export * from './shared-main.module'