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() {