From 33317f27e2a22f568415f1983884453565623b0d Mon Sep 17 00:00:00 2001 From: Ash Entwisle Date: Tue, 20 Feb 2024 14:41:17 +0000 Subject: [PATCH] fixed type error Signed-off-by: Ash Entwisle --- src/types/link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/link.ts b/src/types/link.ts index 9292755..97f56fa 100644 --- a/src/types/link.ts +++ b/src/types/link.ts @@ -1,4 +1,4 @@ -import { IIcon } from './icon'; +import type { IIcon } from './icon'; /** * Represents a lazy link.