Feat Prototipos Widgets y Fix Worker Telegramas
This commit is contained in:
		| @@ -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> | ||||
|     </> | ||||
|   ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user