From 71eb0b37f6cc2ad469e9ccd83fbae7e685bc9943 Mon Sep 17 00:00:00 2001 From: Koper Date: Mon, 25 Sep 2023 14:26:24 +0100 Subject: [PATCH] Update page.tsx --- www/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/page.tsx b/www/app/page.tsx index bc293bda..a7caf00c 100644 --- a/www/app/page.tsx +++ b/www/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { redirect } from "next/navigation"; export default function Index() {