From b6d28dc45188713f6ad27b20c5821e219d190cd4 Mon Sep 17 00:00:00 2001 From: George-Zhang5246 <70183314+George-Zhang5246@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:03:03 -0600 Subject: [PATCH] Update topMenu.tsx --- components/navigation/topMenu/topMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/topMenu/topMenu.tsx b/components/navigation/topMenu/topMenu.tsx index 6e243c4d..a0e3da32 100644 --- a/components/navigation/topMenu/topMenu.tsx +++ b/components/navigation/topMenu/topMenu.tsx @@ -5,7 +5,7 @@ import { useRouter } from 'next/router'; import React, { useState } from 'react'; import { LogoIcon } from '../../icons/LogoIcon/logoIcon'; -import { SplashPageSearchBar } from '../components/common/SplashPageSearchBar/splashPageSearchBar'; +import { SplashPageSearchBar } from '../../common/SplashPageSearchBar/splashPageSearchBar'; /** * This is a component to hold UTD Trends branding and basic navigation