Skip to content

Instantly share code, notes, and snippets.

@jeswin
Created February 9, 2019 08:11
Show Gist options
  • Save jeswin/aa889f04ddfd1c5d0e38b3866e478bee to your computer and use it in GitHub Desktop.
Save jeswin/aa889f04ddfd1c5d0e38b3866e478bee to your computer and use it in GitHub Desktop.
router-article-create-todos
const todos = [
{ id: 1, text: "Buy Milk" },
{ id: 2, text: "Pay Bills" },
{ id: 3, text: "Write Article" },
{ id: 4, text: "Sleep Early" }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment