From df400f03dd41260f9e1445f4bd7fe12756b6ecea Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Mon, 21 Jul 2025 10:56:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20updated=20link=20int?= =?UTF-8?q?erface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/button/IVLink.type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/IVLink.type.ts b/src/components/button/IVLink.type.ts index a695255..088230c 100644 --- a/src/components/button/IVLink.type.ts +++ b/src/components/button/IVLink.type.ts @@ -4,7 +4,7 @@ import type { RouteLocationRaw } from "vue-router"; * Interface representing a navigational link component. * This can be used for both internal routing (via `to`) and external links (via `href`). */ -export default interface ILink { +export default interface IVLink { /** * The text label displayed for the link. */