diff options
Diffstat (limited to 'src/screens/main/index.ts')
| -rw-r--r-- | src/screens/main/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/screens/main/index.ts b/src/screens/main/index.ts new file mode 100644 index 00000000..9bd00c57 --- /dev/null +++ b/src/screens/main/index.ts @@ -0,0 +1,5 @@ +export {default as Home} from './Home'; +export {default as Notifications} from './Notifications'; +export {default as Profile} from './Profile'; +export {default as Search} from './Search'; +export {default as Upload} from './Upload'; |
