Feat Prototipos Widgets y Fix Worker Telegramas

This commit is contained in:
2025-08-25 10:25:54 -03:00
parent 8192185bc5
commit 4a6318c18a
42 changed files with 1635 additions and 1092 deletions

View File

@@ -1,8 +1,10 @@
// src/App.tsx
import './App.css'
//import { BancasWidget } from './components/BancasWidget'
import { BancasWidget } from './components/BancasWidget'
import { CongresoWidget } from './components/CongresoWidget'
import MapaBsAs from './components/MapaBsAs'
import { TickerWidget } from './components/TickerWidget'
import { TelegramaWidget } from './components/TelegramaWidget'
function App() {
return (
@@ -10,8 +12,10 @@ function App() {
<h1>Resultados Electorales - Provincia de Buenos Aires</h1>
<main>
<TickerWidget />
{/*<BancasWidget />*/}
<CongresoWidget />
<BancasWidget />
<MapaBsAs />
<TelegramaWidget />
</main>
</>
)