export default function NullComponent() { // This component is used as a placeholder for the drawer item // It does not render anything and is used to handle navigation return null; }