mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2026-07-31 15:49:04 +02:00
init
This commit is contained in:
9
app/tutorials/page.tsx
Normal file
9
app/tutorials/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
export default function Page({
|
||||
params,
|
||||
searchParams,
|
||||
}: {
|
||||
params: { slug: string };
|
||||
searchParams?: { [key: string]: string | string[] | undefined };
|
||||
}) {
|
||||
return <h1>List all tutorials</h1>;
|
||||
}
|
||||
Reference in New Issue
Block a user