This commit is contained in:
Dusan Vojacek
2026-03-20 14:30:03 +01:00
parent 2cc5ccfda7
commit 897b95f728
48 changed files with 4034 additions and 842 deletions

View File

@@ -8,6 +8,7 @@ import {
Thermometer,
Wrench,
X,
type LucideIcon,
} from 'lucide-react'
import axios from 'axios'
import { useCallback, useMemo, useState } from 'react'
@@ -22,7 +23,7 @@ type ModeDef = {
description: string
ev: boolean
hp: boolean
Icon: typeof Bot
Icon: LucideIcon
}
const MODES: ModeDef[] = [