update app.tsx

This commit is contained in:
2025-06-12 20:01:16 -05:00
parent 82a110be02
commit 969c1c4319

View File

@@ -13,8 +13,8 @@ import {
} from "lucide-react";
const App = () => {
const [activeSection, setActiveSection] = useState("hero");
const [isVisible, setIsVisible] = useState({});
const [_, setActiveSection] = useState("hero");
const [_, setIsVisible] = useState({});
const [isDarkMode, setIsDarkMode] = useState(true);
useEffect(() => {