We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf7be9 commit 79e3812Copy full SHA for 79e3812
services/one-app/src/app/(site)/page.tsx
@@ -8,6 +8,7 @@ export default function Home() {
8
<Link href={'/login'}>로그인 페이지</Link>
9
<LoggedIn />
10
<Link href={'/lost-found'}>유실물 페이지</Link>
11
+ <Link href={'/lost-found/create'}>유실물 등록하기</Link>
12
</div>
13
</main>
14
);
0 commit comments