You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
353 B

  1. export const electionResultListData = [
  2. {
  3. name: 'Peter Pan'
  4. },
  5. {
  6. name: 'Hannelore Kohl'
  7. },
  8. {
  9. name: 'Sabine Leutheuser-Schnarrenberger'
  10. },
  11. {
  12. name: 'Rudi Rastlos'
  13. },
  14. {
  15. name: 'Pedro Pony'
  16. },
  17. {
  18. name: 'Ansgar Knut Weimar'
  19. },
  20. {
  21. name: 'Hans Dampf'
  22. },
  23. {
  24. name: 'Benjamin von Gröning-Saarfeld'
  25. },
  26. ]