import { FormbricksLogo } from "@/modules/ui/components/formbricks-logo"; import { Toaster } from "react-hot-toast"; export const SetupLayout = ({ children }: { children: React.ReactNode }) => { return ( <>
{children}
); };