From ab515d2450959c9a2d3f58aed02b68b1a0516c07 Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Thu, 30 Jan 2025 16:52:52 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20supprime=20le=20composant=20inutilis?= =?UTF-8?q?=C3=A9=20RuleReferences?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/components/References.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/site/source/components/References.tsx b/site/source/components/References.tsx index 3f75a2a9d..b216081f2 100644 --- a/site/source/components/References.tsx +++ b/site/source/components/References.tsx @@ -133,23 +133,3 @@ const getDomain = (link: string) => 'www.', '' ) - -export function RuleReferences({ dottedNames }: { dottedNames: DottedName[] }) { - const engine = useEngine() - - return ( - - ) -}