Update AppImage

This commit is contained in:
MacRimi
2025-10-06 17:40:42 +02:00
parent 810ac1fcfa
commit e427f37f0e
3 changed files with 157 additions and 84 deletions

View File

@@ -20,7 +20,7 @@ import {
} from "lucide-react"
import useSWR from "swr"
import { useState } from "react"
import { type HardwareData, fetcher } from "@/types/hardware"
import { type HardwareData, fetcher } from "../types/hardware"
const getDeviceTypeColor = (type: string): string => {
const lowerType = type.toLowerCase()