app: stop exporting toast display

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-17 15:14:29 +01:00
parent a72fab6b46
commit 26135af5b3
2 changed files with 0 additions and 18 deletions
-4
View File
@@ -15,7 +15,3 @@
*/
export { appPlugin as default } from './plugin';
// Toast components for alert display
export { ToastDisplay } from './components/Toast';
export type { ToastApiMessageDisplayProps } from './components/Toast';