Update page.tsx

This commit is contained in:
Koper
2023-09-25 14:26:24 +01:00
parent 1e8113ebf7
commit 71eb0b37f6

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { redirect } from "next/navigation";
export default function Index() {