From 8b2b322425ce145db2d1f8557ad0f20c71ca1a58 Mon Sep 17 00:00:00 2001 From: Cosmo Date: Thu, 16 Apr 2026 08:46:30 +0000 Subject: [PATCH] fix: use client must be first directive --- src/app/(dashboard)/system/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(dashboard)/system/page.tsx b/src/app/(dashboard)/system/page.tsx index 6f5076d..21f174d 100644 --- a/src/app/(dashboard)/system/page.tsx +++ b/src/app/(dashboard)/system/page.tsx @@ -1,6 +1,6 @@ -export const dynamic = "force-dynamic"; - "use client"; + +export const dynamic = "force-dynamic"; import { useState, useEffect, useCallback } from "react"; import { Cpu, MemoryStick, HardDrive, Clock, RefreshCw, Wifi, Activity } from "lucide-react";