Skip to content

Commit

Permalink
๐Ÿšง chore: ์ƒˆ ๋†๊ตฌ์žฅ ์ถ”๊ฐ€ ํŽ˜์ด์ง€ ์ง„์ž…์šฉ ์ž„์‹œ ๋งํฌ ์ถ”๊ฐ€
Browse files Browse the repository at this point in the history
  • Loading branch information
limkhl committed Dec 7, 2021
1 parent b5ad67d commit edec9f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand All @@ -15,6 +16,7 @@ const Home: NextPage = () => {
<link rel="icon" href="/favicon.ico" />
</Head>
<h1>ํ™ˆ ํŽ˜์ด์ง€</h1>
<Link href="/court/create">์ƒˆ ๋†๊ตฌ์žฅ ์ถ”๊ฐ€</Link>
<Button>Click Me!</Button>
</div>
);
Expand Down

0 comments on commit edec9f0

Please sign in to comment.