| 
									
										
										
										
											2025-08-14 15:27:45 -03:00
										 |  |  | // src/App.tsx
 | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  | import './App.css' | 
					
						
							| 
									
										
										
										
											2025-08-25 10:25:54 -03:00
										 |  |  | import { BancasWidget } from './components/BancasWidget' | 
					
						
							|  |  |  | import { CongresoWidget } from './components/CongresoWidget' | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  | import MapaBsAs from './components/MapaBsAs' | 
					
						
							|  |  |  | import { TickerWidget } from './components/TickerWidget' | 
					
						
							| 
									
										
										
										
											2025-08-25 10:25:54 -03:00
										 |  |  | import { TelegramaWidget } from './components/TelegramaWidget' | 
					
						
							| 
									
										
										
										
											2025-09-01 14:04:40 -03:00
										 |  |  | import { ConcejalesWidget } from './components/ConcejalesWidget' | 
					
						
							| 
									
										
										
										
											2025-09-02 09:48:46 -03:00
										 |  |  | import MapaBsAsSecciones from './components/MapaBsAsSecciones' | 
					
						
							| 
									
										
										
										
											2025-09-02 17:08:56 -03:00
										 |  |  | import { SenadoresWidget } from './components/SenadoresWidget' | 
					
						
							|  |  |  | import { DiputadosWidget } from './components/DiputadosWidget' | 
					
						
							| 
									
										
										
										
											2025-08-14 15:27:45 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | function App() { | 
					
						
							|  |  |  |   return ( | 
					
						
							|  |  |  |     <> | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  |       <h1>Resultados Electorales - Provincia de Buenos Aires</h1> | 
					
						
							|  |  |  |       <main> | 
					
						
							|  |  |  |         <TickerWidget /> | 
					
						
							| 
									
										
										
										
											2025-09-02 17:08:56 -03:00
										 |  |  |         <SenadoresWidget /> | 
					
						
							|  |  |  |         <DiputadosWidget /> | 
					
						
							| 
									
										
										
										
											2025-09-01 14:04:40 -03:00
										 |  |  |         <ConcejalesWidget /> | 
					
						
							| 
									
										
										
										
											2025-08-25 10:25:54 -03:00
										 |  |  |         <CongresoWidget /> | 
					
						
							|  |  |  |         <BancasWidget /> | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  |         <MapaBsAs /> | 
					
						
							| 
									
										
										
										
											2025-09-02 09:48:46 -03:00
										 |  |  |         <MapaBsAsSecciones /> | 
					
						
							| 
									
										
										
										
											2025-08-25 10:25:54 -03:00
										 |  |  |         <TelegramaWidget /> | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  |       </main> | 
					
						
							| 
									
										
										
										
											2025-08-14 15:27:45 -03:00
										 |  |  |     </> | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  |   ) | 
					
						
							| 
									
										
										
										
											2025-08-14 15:27:45 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-08-22 21:55:03 -03:00
										 |  |  | export default App |