electronic-kit-start
Version:
Electronic kit start for devlopment on electron
33 lines (30 loc) • 845 B
JavaScript
module.exports = [
{
quote : 'Be yourself; everyone else is already taken',
credit : 'Oscar Wilde'
},
{
quote : 'Two things are infinite: the universe and human stupidity; and I\'m not sure about the universe',
credit : 'Albert Einstein'
},
{
quote : 'You only live once, but if you do it right, once is enough.',
credit: 'Mae West'
},
{
quote : 'In three words I can sum up everything I\'ve learned about life: it goes on.',
credit: 'Robert Frost'
},
{
quote : 'Always forgive your enemies; nothing annoys them so much.',
credit: 'Oscar Wilde'
},
{
quote : 'Live as if you were to die tomorrow. Learn as if you were to live forever.',
credit: 'Mahatma Gandhi'
},
{
quote : 'Don\'t cry because it\'s over, smile because it happened.',
credit: 'Dr. Seuss'
}
]