aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/form-validators/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/form-validators/index.ts')
-rw-r--r--client/src/app/shared/form-validators/index.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/shared/form-validators/index.ts b/client/src/app/shared/form-validators/index.ts
index f621f03a4..0b605719c 100644
--- a/client/src/app/shared/form-validators/index.ts
+++ b/client/src/app/shared/form-validators/index.ts
@@ -1,7 +1,6 @@
1export * from './form-validator.model' 1export * from './form-validator.model'
2export * from './host'
3 2
4// Don't re export const variables because webpack 4 cannot do tree shaking with them 3// Don't re export const variables because webpack cannot do tree shaking with them
5// export * from './abuse-validators' 4// export * from './abuse-validators'
6// export * from './batch-domains-validators' 5// export * from './batch-domains-validators'
7// export * from './custom-config-validators' 6// export * from './custom-config-validators'