diff options
| author | Ashm Walia <40498934+ashmgarv@users.noreply.github.com> | 2020-10-19 17:14:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 20:14:37 -0400 |
| commit | 88fb33d1fe1cd0785e4a92cb3c20d0fafb2da54d (patch) | |
| tree | b2e8d474b2c0b02f4e91cd33fa0d5f9842d3a018 /src/routes/profile/index.ts | |
| parent | 1b7fef188ec2aee0706fc1204432315db3d4fec6 (diff) | |
Merged changes to make sure moments view and search work (#62)
Diffstat (limited to 'src/routes/profile/index.ts')
| -rw-r--r-- | src/routes/profile/index.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/routes/profile/index.ts b/src/routes/profile/index.ts index 1ab9cb7e..eed5c6b4 100644 --- a/src/routes/profile/index.ts +++ b/src/routes/profile/index.ts @@ -1,4 +1,2 @@ export * from './ProfileStack'; -export * from './MomentStack'; -export * from './MomentStackScreen'; -export {default} from './Profile'; +export * from './Profile'; |
