From 1bf541a673b7e049a8a032dafde8bd5130d7fef9 Mon Sep 17 00:00:00 2001 From: JonasBa Date: Tue, 25 Feb 2025 11:57:44 -0500 Subject: [PATCH] alertlink: remove deprecated export --- static/app/components/core/alertLink.tsx | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 static/app/components/core/alertLink.tsx diff --git a/static/app/components/core/alertLink.tsx b/static/app/components/core/alertLink.tsx deleted file mode 100644 index 10b6a935e92dda..00000000000000 --- a/static/app/components/core/alertLink.tsx +++ /dev/null @@ -1,3 +0,0 @@ -/** @deprecated Use `components/core/alert/alertLink` instead */ -// biome-ignore lint/performance/noBarrelFile: deprecated -export * from './alert/alertLink';