/**
* Sometimes, you just want a component that does nothing
*
* @component
* @returns null
*/
export const Null = () => null