diff --git a/src/pages/v2-pre/index.tsx b/src/pages/v2-pre/index.tsx index f768688e..4ab03b33 100644 --- a/src/pages/v2-pre/index.tsx +++ b/src/pages/v2-pre/index.tsx @@ -1,10 +1,12 @@ +import Link from 'next/link' + const HomePage = () => { return (

V2 Pre

- Battlesuits - Weapons - Stigmata + Battlesuits + Weapons + Stigmata
) }