Created
May 2, 2020 12:05
-
-
Save a7v8x/12592e0d4cd6e17a45672cc79b4b658d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let tasks = [ | |
{ | |
id: '7e68efd1', | |
name: 'Test task', | |
completed: 0.0, | |
createdAt: '2017-10-06T14:54:54+00:00', | |
updatedAt: '2017-10-06T14:54:54+00:00', | |
taskPriority: 1, | |
progress: 55.5, | |
state: "badstate", | |
}, | |
]; | |
export default tasks; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment