mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-12 03:09:41 -06:00
8 lines
125 B
TypeScript
8 lines
125 B
TypeScript
"use client";
|
|
|
|
import { Toaster } from "react-hot-toast";
|
|
|
|
export default function ToasterClient() {
|
|
return <Toaster />;
|
|
}
|