/* GEЯE — App composition */ function App() { useEffect(() => { if (window.lucide) window.lucide.createIcons({ attrs: { "stroke-width": 1.75 } }); }); return (
); } ReactDOM.createRoot(document.getElementById("root")).render();