Entorno linteado y typechecado

This commit is contained in:
2025-12-19 16:32:42 -06:00
parent b38fe2d8b4
commit ad9e9c1619
12 changed files with 42 additions and 36 deletions

View File

@@ -1,7 +1,6 @@
import { Link } from '@tanstack/react-router'
import { useState } from 'react'
import { Home, Menu, Network, X } from 'lucide-react'
import { useState } from 'react'
export default function Header() {
const [isOpen, setIsOpen] = useState(false)