import { ReactNode } from "react"; export const TTDDialogPanels = ({ children }: { children: ReactNode }) => { return
{children}
; };