From 4f5055db6969f28d241368520973e4d85410ae17 Mon Sep 17 00:00:00 2001 From: Sakura Knoll Date: Tue, 11 Jul 2023 02:46:36 +0900 Subject: [PATCH] Fix lint errors --- src/pages/v2-pre/index.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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
) }