export default function Block({name, children}) { return
{children}
; }