myjourney/components/NullComponent.tsx
2025-06-18 17:42:52 +00:00

6 lines
196 B
TypeScript

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;
}