Skip to content

Commit

Permalink
fix: next router -> navigation 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
useonglee committed Feb 22, 2024
1 parent b28ddf1 commit ade4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/web/src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { ErrorPage } from '@features/error';
import { HTTPError } from 'ky';
import { useRouter } from 'next/router';
import { useRouter } from 'next/navigation';

interface Props {
reset: () => void;
Expand Down

0 comments on commit ade4793

Please sign in to comment.