Fix e2e
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
|
import {type ToastApi} from '#/components/Toast/types'
|
||||||
|
|
||||||
export function ToastContainer() {
|
export function ToastContainer() {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
export function show() {}
|
export const toast: ToastApi = {
|
||||||
|
show() {},
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user