da5ecf35fa
### Summary This PR removes an unused `view` import from **framer-motion** in `useUpdateView.ts`. --- ### Context - The unused import was introduced in the recent commit to `main`. - It causes ESLint to fail, which blocks all new PRs from passing CI. ### Changes - Removed unused `view` import from `framer-motion`. ### Impact - Lint and CI should now pass again. - No runtime behavior is affected.