import { memo } from 'react'; import { Toaster as Toasts } from 'react-hot-toast'; export const Toaster = memo(() => { return ( ); });