Skip to content

Commit c9dba45

Browse files
committed
Update header
1 parent f88d7fd commit c9dba45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import Link from 'next/link'
1+
import { Logo } from '@/components/Logo'
22
import { Search } from '@/components/Search'
33
import clsx from 'clsx'
4+
import Link from 'next/link'
45
import Router from 'next/router'
5-
import { Logo } from '@/components/Logo'
66

77
function BannerMarkMobile(props) {
88
return (

0 commit comments

Comments
 (0)