12345678910111213141516171819202122232425262728293031 |
- export const Words = [
- { content: 'You can do anything, but not everything.' },
- { content: 'Those who dare to fail miserably can achieve greatly.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'Those who believe in telekinetics, raise my hand.' },
- { content: 'I’d rather live with a good question than a bad answer.' },
- { content: 'You can do anything, but not everything.' },
- { content: 'Those who dare to fail miserably can achieve greatly.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'Those who believe in telekinetics, raise my hand.' },
- { content: 'I’d rather live with a good question than a bad answer.' },
- { content: 'You can do anything, but not everything.' },
- { content: 'Those who dare to fail miserably can achieve greatly.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'Those who believe in telekinetics, raise my hand.' },
- { content: 'I’d rather live with a good question than a bad answer.' },
- { content: 'You can do anything, but not everything.' },
- { content: 'Those who dare to fail miserably can achieve greatly.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'Those who believe in telekinetics, raise my hand.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'You can do anything, but not everything.' },
- { content: 'Those who dare to fail miserably can achieve greatly.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'Those who believe in telekinetics, raise my hand.' },
- { content: 'I’d rather live with a good question than a bad answer.' },
- { content: 'You can do anything, but not everything.' },
- { content: 'Those who dare to fail miserably can achieve greatly.' },
- { content: 'You miss 100 percent of the shots you never take.' },
- { content: 'Those who believe in telekinetics, raise my hand.' }
- ]
|