import React, {FC} from 'react'; import {Toaster} from 'react-hot-toast'; export const ToastProviderComponent: FC = () => { return ; };