import { FC } from 'react' import { Toaster } from 'react-hot-toast' export const ToastConfig: FC = () => { return ( ) }