import * as React from 'react'; export const SimpleShowLayout = ({ children, }: { children: React.ReactNode; }) => (