export function Table({ children }: { children: React.ReactNode }) { return {children}
; }