···318318tell the server to do so by using the Next router and calling `.refresh()`.
319319320320```tsx
321321-import { useRouter } from 'next/router';
321321+import { useRouter } from 'next/navigation';
322322323323const Todo = () => {
324324 const router = useRouter();