Update appImage

This commit is contained in:
MacRimi
2025-11-19 17:15:32 +01:00
parent 7267111083
commit b368fde82d
3 changed files with 7 additions and 6 deletions

View File

@@ -3,8 +3,8 @@
import { useState, useEffect } from "react"
import { AreaChart, Area, XAxis, YAxis, CartesianGrid, Tooltip, ResponsiveContainer, Legend } from "recharts"
import { Loader2 } from 'lucide-react'
import { fetchApi } from "@/lib/api-config"
import { getNetworkUnit } from "@/lib/format-network"
import { fetchApi } from "../lib/api-config"
import { getNetworkUnit } from "../lib/format-network"
interface NetworkMetricsData {
time: string