fix(auth): use token functions from utils library

This commit is contained in:
Krishna Acondy
2021-07-01 09:10:32 +01:00
parent eda021b6a5
commit 5d77bbba8b
3 changed files with 11 additions and 42 deletions
-1
View File
@@ -1,5 +1,4 @@
export * from './asyncForEach'
export * from './auth'
export * from './compareTimestamps'
export * from './convertToCsv'
export * from './isRelativePath'