mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-05 13:21:36 -05:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
"use client";
|
|
|
|
import { Toaster } from "react-hot-toast";
|
|
|
|
export const ToasterClient = () => {
|
|
return <Toaster />;
|
|
};
|