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