diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-12 17:39:04 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-12 17:39:04 -0500 |
commit | 40a0e9fde2a4a16baebb99f0285fc630ae6cfac1 (patch) | |
tree | 34c352779a75ce907062b1c6cdabae73d05c670a /src/utils/index.ts | |
parent | 1433c44fd4588b9044df83e199a57223b4979446 (diff) | |
parent | 34d94e1dff831aafa984a2f6c9b9b01e2e349154 (diff) |
Merge branch 'master' into tma694-edit-badges
# Conflicts:
# src/components/search/SearchCategories.tsx
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 82c94100..739e6fb8 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -3,3 +3,4 @@ export * from './moments'; export * from './common'; export * from './users'; export * from './friends'; +export * from './search'; |