Update react-hot-toast version

This commit is contained in:
Serkan Reis
2022-12-13 22:21:05 +03:00
parent 8993b1b9c0
commit 35309e220a
3 changed files with 3 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import type { Renderable } from 'react-hot-toast'
import { toast } from 'react-hot-toast'
import type { Renderable } from 'react-hot-toast/dist/core/types'
export async function copy(text: string, message: Renderable = 'Copied to clipboard!') {
try {