Skip to content

Commit 19d13dd

Browse files
add tutorial page
1 parent 42a2ddf commit 19d13dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/app/tutorial/page.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import Link from "next/link"
2+
3+
export default function Tutorial() {
4+
return (
5+
<main className="mx-auto container flex flex-col items-center">
6+
<h1 className="text-xl">Tutorial Page</h1>
7+
<Link href="/" className="text-lg bg-slate-300 p-4 border-2"> Go Back</Link>
8+
</main>
9+
);
10+
}

0 commit comments

Comments
 (0)