aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/helpers/utils/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/helpers/utils/index.ts')
-rw-r--r--client/src/app/helpers/utils/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/helpers/utils/index.ts b/client/src/app/helpers/utils/index.ts
index dc09c92ab..f821985c9 100644
--- a/client/src/app/helpers/utils/index.ts
+++ b/client/src/app/helpers/utils/index.ts
@@ -2,6 +2,6 @@ export * from './channel'
2export * from './date' 2export * from './date'
3export * from './html' 3export * from './html'
4export * from './object' 4export * from './object'
5export * from './ui' 5export * from './dom'
6export * from './upload' 6export * from './upload'
7export * from './url' 7export * from './url'