remove test values

pull/32/head
unknown 2018-11-19 18:42:33 -05:00
parent 5e468e71e0
commit 0ccc92e700
1 changed files with 2 additions and 23 deletions

View File

@ -17,29 +17,8 @@ class App extends React.Component {
email: '',
password: ''
},
urls: [{
id: 0,
url: 'http.c.co',
title: '',
author: '',
publisher: '',
isbn: ''
},{
id: 1,
url: 'd.',
title: '',
author: '',
publisher: '',
isbn: ''
},{
id: 2,
url: '',
title: '',
author: '',
publisher: '',
isbn: ''
}],
editingUrl: 0,
urls: [],
editingUrl: null,
working: false
}