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';