'use client' import React from 'react' import { Toaster } from 'react-hot-toast' function Toast() { return ( <> ) } export default Toast