Skip to content

Conversation

@govargas
Copy link

Live site
Check readme.md for more info

Comment on lines +7 to +26
todos: [
{
id: '1',
text: 'Learn Zustand',
done: false,
createdAt: new Date(),
dueDate: null,
tags: [],
project: 'General',
},
{
id: '2',
text: 'Build a todo app',
done: false,
createdAt: new Date(),
dueDate: null,
tags: [],
project: 'General',
},
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these be marked as done now? 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants