We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d0e0d commit 01573b4Copy full SHA for 01573b4
components/Nav.js
@@ -1,10 +1,10 @@
1
import { useState, useEffect, useRef } from 'react';
2
import Link from 'next/link';
3
import Image from 'next/image';
4
-import Container from './containers/Container';
+import { useRouter } from 'next/router';
5
+import Container from '@/components/containers/Container';
6
import styles from '@/styles/Nav.module.scss';
7
import { linksNav } from '@/utils/links';
-import { useRouter } from 'next/router';
8
9
export default function Nav() {
10
const router = useRouter();
0 commit comments