funcionando local

This commit is contained in:
2025-07-20 17:59:36 -03:00
parent d30fd8d30b
commit e6bc95b7e6
11 changed files with 1447 additions and 105 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './index.css';
const rootElement = document.getElementById('root');
if (!rootElement) {