Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed Dec 19, 2024
1 parent bba92aa commit 625e2e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { storeToRefs } from 'pinia';
import { Form } from 'vee-validate';
import { computed, onBeforeMount, ref } from 'vue';
import { useRouter } from 'vue-router';
import { array, object, string } from 'yup';
import { object, string } from 'yup';
import BackButton from '@/components/common/BackButton.vue';
import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { BasicResponse, StorageKey } from '@/utils/enums/application';
import { ContactPreference, IntakeFormCategory, ProjectRelationship } from '@/utils/enums/housing';

import type { AxiosResponse } from 'axios';
import type { Contact } from '@/types';

vi.mock('vue-i18n', () => ({
useI18n: () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { submissionIntakeSchema } from '@/components/housing/submission/Submissi
import { permitService } from '@/services';
import { NUM_RESIDENTIAL_UNITS_LIST } from '@/utils/constants/housing';
import { BasicResponse, StorageKey } from '@/utils/enums/application';
import { ContactPreference, ProjectRelationship } from '@/utils/enums/housing';

import type { AxiosResponse } from 'axios';

Expand Down

0 comments on commit 625e2e6

Please sign in to comment.