remove comments

This commit is contained in:
2025-10-28 14:36:05 -06:00
parent 374ce02350
commit 417f30be68
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -23,7 +23,6 @@ export default function Dashboard() {
const [search, setSearch] = useState("");
const [lastScan, setLastScan] = useState<string | null>(null);
// 🔍 Buscar equipo manualmente
const buscarEquipo = () => {
const encontrado = equipos.find(
(e) =>
-1
View File
@@ -123,7 +123,6 @@
}
}
/* ✅ Ajustes para móvil */
@media (max-width: 1000px) {
.menuToggle {
display: flex;