Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
web-mi committed Feb 28, 2024
1 parent 781643f commit b18eb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/loadConsultingTypesForAgencies.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { apiGetConsultingType } from '../api';
import { AgencyDataInterface } from '../globalState/interfaces';
import { AgencyDataInterface } from '../globalState';

export const loadConsultingTypesForAgencies = async (
agencies: AgencyDataInterface[]
Expand Down

0 comments on commit b18eb3c

Please sign in to comment.