just trying to clean things up.

This commit is contained in:
Justin Walrath 2025-05-16 08:22:32 -04:00
parent 857455fa6d
commit c7d30e263a

View File

@ -1,7 +1,7 @@
"use client";
import IconExpandTextButton from "./iconExpandTextButton";
import { useRouter } from "next/navigation";
import IconExpandTextButton from "./iconExpandTextButton";
type LinkIconButtonProps = {
href: string;