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/camera/index.ts | |
parent | f596a0246a9b9453df3a93c8c3fc5c9137bb50fc (diff) |
Refactor code, Fix orientation bug
Diffstat (limited to 'src/components/camera/index.ts')
-rw-r--r-- | src/components/camera/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/camera/index.ts b/src/components/camera/index.ts new file mode 100644 index 00000000..428d0fe8 --- /dev/null +++ b/src/components/camera/index.ts @@ -0,0 +1 @@ +export * from './buttons'; |