about summary refs log tree commit diff
path: root/src/components/Toast/index.e2e.tsx
blob: 64072d88d0ecded66135b042ff8bc5126d739509 (plain) (blame)
1
2
3
4
5
6
7
8
9
import {type ToastApi} from '#/components/Toast/types'

export function ToastContainer() {
  return null
}

export const toast: ToastApi = {
  show() {},
}