mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
added richtig viel sachen
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
export default function Page({
|
||||
params,
|
||||
searchParams,
|
||||
}: {
|
||||
params: { slug: string };
|
||||
searchParams?: { [key: string]: string | string[] | undefined };
|
||||
}) {
|
||||
export default function Home() {
|
||||
return <h1>Home</h1>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user