const List = ({ children, ...props }) =>
{children}
; export default List;