diff --git a/01-frontend/src/main.tsx b/01-frontend/src/main.tsx index af6d251..2a5a0dc 100644 --- a/01-frontend/src/main.tsx +++ b/01-frontend/src/main.tsx @@ -4,8 +4,6 @@ import { createRoot } from 'react-dom/client'; import './index.css'; import App from './App.tsx'; -console.log("main.tsx loaded"); - const rootElement = document.getElementById('root'); if (!rootElement) throw new Error("Root element not found");