Merge branch 'develop' into feature/dashboardPage

This commit is contained in:
2025-11-21 11:44:48 +00:00
6 changed files with 77 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
import { useInfoSocket } from "../../../hooks/useInfoWebSocket";
import { useInfoSocket } from "../../../app/context/WebSocketContext";
import Card from "../../../ui/Card";
import CardHeader from "../../../ui/CardHeader";
const SystemStatusCard = () => {
const { stats } = useInfoSocket();
const { data: stats } = useInfoSocket();
return (
<Card className="p-4 w-[40%]">