const NoChildError = () => { return ( <>

Something went wrong.

ImageSlider must have at least 1 child.

); }; export default NoChildError;