Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 29, 2024
1 parent 5d636ed commit d63645a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/routes/todo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,27 +76,3 @@ function TodoIndex() {
/>
);
}

const mockTodos = [
{
id: "1",
text: "test1",
isDone: false
},

{
id: "2",
text: "test2",
isDone: false
},
{
id: "3",
text: "test3",
isDone: true
},
{
id: "4",
text: "test4",
isDone: true
}
];

0 comments on commit d63645a

Please sign in to comment.