56056b885d
Removed all @hello-pangea/dnd imports from the navigation-menu-item/ module by replacing the type bridge layer with a native NavigationMenuItemDropResult type. The dnd-kit events were already powering all DnD — hello-pangea was only used as a type contract and one dead <Droppable> component. 3 files deleted (dead <Droppable> wrapper, DROP_RESULT_OPTIONS shim, toDropResult bridge), 4 files edited (handler signatures simplified, bridge removed from orchestrator, utility type narrowed), 1 type created. Zero behavioral changes, typecheck and tests pass.
Run yarn dev while server running on port 3000