Update react-hot-toast version
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user