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;