diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/form-validators/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/form-validators/index.ts b/client/src/app/shared/form-validators/index.ts index c14272a2a..0b605719c 100644 --- a/client/src/app/shared/form-validators/index.ts +++ b/client/src/app/shared/form-validators/index.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | export * from './form-validator.model' | 1 | export * from './form-validator.model' |
2 | 2 | ||
3 | // 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 |
4 | // export * from './abuse-validators' | 4 | // export * from './abuse-validators' |
5 | // export * from './batch-domains-validators' | 5 | // export * from './batch-domains-validators' |
6 | // export * from './custom-config-validators' | 6 | // export * from './custom-config-validators' |