x
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user