mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +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 { useEffect } from 'react';
|
||||||
import { useRouter } from 'next/navigation';
|
import { useRouter } from 'next/router';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
const { push } = useRouter();
|
const { push } = useRouter();
|
||||||
|
|
Loading…
Reference in a new issue