diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-19 16:44:40 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-20 17:54:35 -0700 |
commit | adc3712b1144bbf62d62ed02b015c8e8c489bffb (patch) | |
tree | d83794aec2fecac591d28b227f0d5a10a6d72c86 /src/constants/index.ts | |
parent | 68c33a12c867ab328e7e1899d4fcbfcdb6f7f119 (diff) |
Add common function to get suggested list pf users
Diffstat (limited to 'src/constants/index.ts')
-rw-r--r-- | src/constants/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/index.ts b/src/constants/index.ts index a9cfe947..96ed3fb0 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -1,3 +1,4 @@ export * from './api'; export * from './constants'; export * from './regex'; +export * from './badges'; |