aboutsummaryrefslogtreecommitdiff
path: root/src/services/index.ts
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2020-10-18 16:37:32 -0700
committerGitHub <noreply@github.com>2020-10-18 19:37:32 -0400
commitab7fa09af967e0a8cf2ca53dfb24f8bc8a6886f7 (patch)
tree898e7aa42529eda91964ac1a18aa1881689554f2 /src/services/index.ts
parent79d237f616c37940f5d476eb1dca6b5d05cf148a (diff)
[TMA 279] Ability to search and view someone's profile (#58)
* Batch one : major changes * WIP checkpoint * The one before the final touch * Probable final touch * ran yarn lint D: * linter broke something * fixed a small bug * Addressed a small nitpick * Well abstracted now Co-authored-by: Ivan Chen <ivan@thetaggid.com>
Diffstat (limited to 'src/services/index.ts')
-rw-r--r--src/services/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/index.ts b/src/services/index.ts
new file mode 100644
index 00000000..5cd06cfe
--- /dev/null
+++ b/src/services/index.ts
@@ -0,0 +1 @@
+export * from './UserProfileService';