Removed import that is no longer needed.
This commit is contained in:
parent
c14d6964f1
commit
d3e0960c0f
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@
|
|||
import { errorMessages } from "@/constants/error-messages";
|
||||
import BaseFormMixin from '@/mixins/base-form-mixin.js';
|
||||
import { useMainStore } from '@/store';
|
||||
import { validateISSClientTag } from "@/helpers/clientauth-helper";
|
||||
|
||||
//define validation rules
|
||||
defineRule("loss-date-required", required(errorMessages.LOSS_DATE_REQUIRED));
|
||||
|
|
|
|||
Loading…
Reference in a new issue