This package has moved into 'sanity/presentation' and is now deprecated.
npm install @sanity/presentation> [!WARNING]
> This package is replaced by [sanity/presentation].
sanity/presentation]Replace the dependency:
``sh`
npm uninstall @sanity/presentation
npm install sanity@latest
Replace import statements:
`diff``
-import { presentationTool } from '@sanity/presentation'
+import { presentationTool } from 'sanity/presentation'