Skip to content

Commit

Permalink
refactor: add validation errors to validators index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux authored and TheoLechemia committed Nov 20, 2023
1 parent a9a620c commit f835f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { OcctaxFormOccurrenceService } from '../occurrence/occurrence.service';
import { OcctaxFormCountingService } from './counting.service';
import { ConfigService } from '@geonature/services/config.service';

import { ValidationErrorsId } from '@geonature/services/validators/validation-errors-id';
import { ValidationErrorsId } from '@geonature/services/validators';

@Component({
selector: 'pnx-occtax-form-counting',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/app/services/validators/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './validators';
export * from './validation-errors-id';

0 comments on commit f835f5c

Please sign in to comment.