diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-14 14:50:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-14 14:50:17 -0400 |
commit | 4b6ada10d14e569c897fa289f57886e1daa2478d (patch) | |
tree | b56b7ea0f94d5cba12e64c430ac8889fd495832c /src/utils/index.ts | |
parent | 68f05afdf2d4ca29df60761c3d8f8ee445c1804d (diff) | |
parent | 1b9059d49532eacb60bf36b25771df42541670f4 (diff) |
Merge pull request #502 from brian-tagg/tma955-video-cropping
[TMA-955] video cropping
Diffstat (limited to 'src/utils/index.ts')
-rw-r--r-- | src/utils/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts index 4ff9afac..dc00c049 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -5,3 +5,4 @@ export * from './users'; export * from './friends'; export * from './search'; export * from './messages'; +export * from './camera'; |