diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5eec531..b1080bf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,22 +3,14 @@ import { useEffect, useRef } from "react"; const sections = [ - { year: "2017", text: "HEWUhueh {/* Jahr */} -
+
{section.year}
diff --git a/src/app/imprint/page.tsx b/src/app/imprint/page.tsx new file mode 100644 index 0000000..aabc9d2 --- /dev/null +++ b/src/app/imprint/page.tsx @@ -0,0 +1,3 @@ +export default function Page() { + return <> +} \ No newline at end of file diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx new file mode 100644 index 0000000..aabc9d2 --- /dev/null +++ b/src/app/privacy/page.tsx @@ -0,0 +1,3 @@ +export default function Page() { + return <> +} \ No newline at end of file