From aa50f18dc58755e5b8db63b56b58d354a4ad8d97 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 26 Aug 2025 18:00:11 +0800 Subject: [PATCH] Cleanup --- src/builtin-components/Link/Link.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/builtin-components/Link/Link.tsx b/src/builtin-components/Link/Link.tsx index 927ce6e..4ccf49f 100644 --- a/src/builtin-components/Link/Link.tsx +++ b/src/builtin-components/Link/Link.tsx @@ -1,11 +1,9 @@ - interface Props { to: string children?: any } export default (props: Props) => { - return ( <>