largedata.ts 1.4 KB

12345678910111213141516171819202122
  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. ]