Fix lint errors
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
|
import Link from 'next/link'
|
||||||
|
|
||||||
const HomePage = () => {
|
const HomePage = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<h1>V2 Pre</h1>
|
<h1>V2 Pre</h1>
|
||||||
<a href="/v2-pre/battlesuits">Battlesuits</a>
|
<Link href="/v2-pre/battlesuits">Battlesuits</Link>
|
||||||
<a href="/v2-pre/weapons">Weapons</a>
|
<Link href="/v2-pre/weapons">Weapons</Link>
|
||||||
<a href="/v2-pre/stigmata">Stigmata</a>
|
<Link href="/v2-pre/stigmata">Stigmata</Link>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user