mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 19:59:35 -05:00
3cf796b040
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
"use client";
|
|
|
|
import { Toaster } from "react-hot-toast";
|
|
|
|
export default function ToasterClient() {
|
|
return <Toaster />;
|
|
}
|