import React from 'react' /* * Sometimes, you just want a component that does nothing */ export const Null = () => null