diff options
Diffstat (limited to 'frontend/app/screens/social/index.js')
| -rw-r--r-- | frontend/app/screens/social/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/app/screens/social/index.js b/frontend/app/screens/social/index.js new file mode 100644 index 0000000..bd66176 --- /dev/null +++ b/frontend/app/screens/social/index.js @@ -0,0 +1,7 @@ +export * from './profile1'; +export * from './profile2'; +export * from './profile3'; +export * from './profileSettings'; +export * from './notifications'; +export * from './contacts'; +export * from './feed'; |