import { PropsWithChildren } from "react" import { Toaster } from "react-hot-toast" const PublicLayout = ({ children }: PropsWithChildren) => { return (