This commit is contained in:
Eric Bailey
2025-08-06 16:32:27 -05:00
parent 921f2de10b
commit 0b5f7e0d02
+5 -1
View File
@@ -1,5 +1,9 @@
import {type ToastApi} from '#/components/Toast/types'
export function ToastContainer() {
return null
}
export function show() {}
export const toast: ToastApi = {
show() {},
}