import Toast from './Toast'; import React from 'react'; export default function ToastsContainer({ toasts, onToastFinished }) { return (