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";