7 lines
465 B
TypeScript
7 lines
465 B
TypeScript
export const QUOTES = [
|
||
'"Impatient with actions, patient with results." - Naval Ravikant',
|
||
'"What good shall I do today? - Benjamin Franklin"',
|
||
'"Nothing like a health problem to turn up the contrast dial on the rest of life." - Naval Ravikant',
|
||
'"If you want to go fast go alone; if you want to go far go together" - Unknown',
|
||
'“I don’t know if it happened for the best — but I know I’ll make the best out of whatever happens.” - Unknown',
|
||
];
|