From 08e9f14c056a420476ffb6504d217531ef6f6371 Mon Sep 17 00:00:00 2001 From: ewinchel Date: Mon, 2 Oct 2023 13:41:20 -0400 Subject: [PATCH] update path --- src/components/AllServices/allServicesLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;