1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

clean up unneeded toast component export

This commit is contained in:
Derek Nance
2026-02-17 18:22:04 -06:00
parent 24ab4f3b97
commit e876bab9ac

View File

@@ -1,4 +1,3 @@
export * from "./toast.module";
export * from "./toast.service";
export * from "./toast-container.component";
export type { ToastVariant } from "./toast.component";