import {type ToastApi} from '#/components/Toast/types' export function ToastContainer() { return null } export const toast: ToastApi = { show() {}, }