From e876bab9acc9ef91021d71e1fd5a06866164dbfb Mon Sep 17 00:00:00 2001 From: Derek Nance Date: Tue, 17 Feb 2026 18:22:04 -0600 Subject: [PATCH] clean up unneeded toast component export --- libs/components/src/toast/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/components/src/toast/index.ts b/libs/components/src/toast/index.ts index 4336c99c833..5afed111c0f 100644 --- a/libs/components/src/toast/index.ts +++ b/libs/components/src/toast/index.ts @@ -1,4 +1,3 @@ export * from "./toast.module"; export * from "./toast.service"; -export * from "./toast-container.component"; export type { ToastVariant } from "./toast.component";