From c7d30e263ae4def7f6cd143f8c06e70a8959f512 Mon Sep 17 00:00:00 2001 From: Justin Walrath Date: Fri, 16 May 2025 08:22:32 -0400 Subject: [PATCH] just trying to clean things up. --- src/app/common/components/buttons/linkIconButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/common/components/buttons/linkIconButton.tsx b/src/app/common/components/buttons/linkIconButton.tsx index 29d9d47..399003f 100644 --- a/src/app/common/components/buttons/linkIconButton.tsx +++ b/src/app/common/components/buttons/linkIconButton.tsx @@ -1,7 +1,7 @@ "use client"; -import IconExpandTextButton from "./iconExpandTextButton"; import { useRouter } from "next/navigation"; +import IconExpandTextButton from "./iconExpandTextButton"; type LinkIconButtonProps = { href: string;