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 f88d7fd commit c9dba45Copy full SHA for c9dba45
src/components/Header.js
@@ -1,8 +1,8 @@
1
-import Link from 'next/link'
+import { Logo } from '@/components/Logo'
2
import { Search } from '@/components/Search'
3
import clsx from 'clsx'
4
+import Link from 'next/link'
5
import Router from 'next/router'
-import { Logo } from '@/components/Logo'
6
7
function BannerMarkMobile(props) {
8
return (
0 commit comments