largedata.ts 2.0 KB

12345678910111213141516171819202122232425262728293031
  1. export const Words = [
  2. { content: 'You can do anything, but not everything.' },
  3. { content: 'Those who dare to fail miserably can achieve greatly.' },
  4. { content: 'You miss 100 percent of the shots you never take.' },
  5. { content: 'Those who believe in telekinetics, raise my hand.' },
  6. { content: 'I’d rather live with a good question than a bad answer.' },
  7. { content: 'You can do anything, but not everything.' },
  8. { content: 'Those who dare to fail miserably can achieve greatly.' },
  9. { content: 'You miss 100 percent of the shots you never take.' },
  10. { content: 'Those who believe in telekinetics, raise my hand.' },
  11. { content: 'I’d rather live with a good question than a bad answer.' },
  12. { content: 'You can do anything, but not everything.' },
  13. { content: 'Those who dare to fail miserably can achieve greatly.' },
  14. { content: 'You miss 100 percent of the shots you never take.' },
  15. { content: 'Those who believe in telekinetics, raise my hand.' },
  16. { content: 'I’d rather live with a good question than a bad answer.' },
  17. { content: 'You can do anything, but not everything.' },
  18. { content: 'Those who dare to fail miserably can achieve greatly.' },
  19. { content: 'You miss 100 percent of the shots you never take.' },
  20. { content: 'Those who believe in telekinetics, raise my hand.' },
  21. { content: 'You miss 100 percent of the shots you never take.' },
  22. { content: 'You can do anything, but not everything.' },
  23. { content: 'Those who dare to fail miserably can achieve greatly.' },
  24. { content: 'You miss 100 percent of the shots you never take.' },
  25. { content: 'Those who believe in telekinetics, raise my hand.' },
  26. { content: 'I’d rather live with a good question than a bad answer.' },
  27. { content: 'You can do anything, but not everything.' },
  28. { content: 'Those who dare to fail miserably can achieve greatly.' },
  29. { content: 'You miss 100 percent of the shots you never take.' },
  30. { content: 'Those who believe in telekinetics, raise my hand.' }
  31. ]