diff options
author | Brian Kim <brian@tagg.id> | 2021-07-13 16:01:11 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-13 16:01:11 -0400 |
commit | b7cba594635f4a6de3582ba4845bfc9757632ba1 (patch) | |
tree | 6336696356d8773bd505fe9c085cbb778f7e7b59 /src/utils/index.ts | |
parent | f12996bfd3bcdd9ae0589e4fd4ca740705ad6d29 (diff) |
Extremely rough working
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'; |