diff options
author | Michael <michael.foiani@gmail.com> | 2021-07-14 16:35:57 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-07-14 16:35:57 -0400 |
commit | 346d53a55a9d880dad706859350712bac2fedc5b (patch) | |
tree | 91d96bbb753da6f39f0e36ce1a1a84c25d578ff2 /src/utils/index.ts | |
parent | 18eca660a7220e4bb67b7ddc267cfde7e8905c0d (diff) | |
parent | 4b6ada10d14e569c897fa289f57886e1daa2478d (diff) |
Merged with newer master containing the cropper.
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'; |