feat: use toasts for dynamic activity editor

This commit is contained in:
swve 2023-04-29 11:10:15 +02:00
parent 660ffa3b68
commit 9e5c20687f
4 changed files with 59 additions and 8 deletions

View file

@ -0,0 +1,11 @@
import React from 'react'
import { Toaster } from 'react-hot-toast';
function Toast() {
return (
<><Toaster /></>
)
}
export default Toast