perf: remove dashboard page "use client"

This commit is contained in:
JOYCEQL
2025-02-14 23:53:23 +08:00
committed by qingchen
parent 6593b46170
commit e119f40589
-1
View File
@@ -1,4 +1,3 @@
"use client";
import { redirect } from "next/navigation";
export default function Dashboard() {