This commit is contained in:
everythingonblack
2025-05-08 13:44:01 +07:00
parent c136495d10
commit 47f43f05f9
5 changed files with 167 additions and 86 deletions

View File

@@ -6,9 +6,9 @@ import reportWebVitals from './reportWebVitals';
const root = ReactDOM.createRoot(document.getElementById('root'));
// Disable console methods
// console.log = () => {};
// console.warn = () => {};
// console.error = () => {};
console.log = () => {};
console.warn = () => {};
console.error = () => {};
root.render(
<React.StrictMode>