mirror of
https://github.com/markmanx/isoflow.git
synced 2025-01-31 23:22:31 +00:00
fix: uses next/router rather than next/navigation
This commit is contained in:
parent
b34a2b27d3
commit
a638fde14f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import { useEffect } from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import { useRouter } from 'next/router';
|
||||
|
||||
export default function Home() {
|
||||
const { push } = useRouter();
|
||||
|
|
Loading…
Reference in a new issue