diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 04fb0f30..9e18653d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -2,6 +2,7 @@ import type { NextPage } from "next"; import Head from "next/head"; import Button from "@components/Button"; import { useNavigationContext } from "@contexts/NavigationProvider"; +import Link from "next/link"; const Home: NextPage = () => { const { useMountPage } = useNavigationContext(); @@ -15,6 +16,7 @@ const Home: NextPage = () => {

홈 페이지

+ 새 농구장 추가 );