diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 16:50:00 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 16:50:00 -0700 |
commit | 727c6384a2a07c42cd132d02da8c7dbb5757ea4f (patch) | |
tree | 8019a333d344c93f5f08614b317c23b5c5db8ad4 /src/components/index.ts | |
parent | f596a0246a9b9453df3a93c8c3fc5c9137bb50fc (diff) |
Refactor code, Fix orientation bug
Diffstat (limited to 'src/components/index.ts')
-rw-r--r-- | src/components/index.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 47dc583b..c2f50118 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -1,9 +1,10 @@ +export * from './camera'; +export * from './comments'; export * from './common'; +export * from './messages'; +export * from './moments'; export * from './onboarding'; export * from './profile'; export * from './search'; -export * from './taggs'; -export * from './comments'; -export * from './moments'; export * from './suggestedPeople'; -export * from './messages'; +export * from './taggs'; |