diff --git a/src/components/AllServices/allServicesLinks.ts b/src/components/AllServices/allServicesLinks.ts index 76e87b770a..81aefe8708 100644 --- a/src/components/AllServices/allServicesLinks.ts +++ b/src/components/AllServices/allServicesLinks.ts @@ -1,5 +1,5 @@ import AllServicesIcons from './AllServicesIcons'; -import AllServicesDropdownIcons from './AllServicesDropdownIcons'; +import AllServicesDropdownIcons from '../AllServicesDropdown/AllServicesDropdownIcons'; export type AllServicesLink = { href: string;