update tutorial

main
Yanick Champoux 2023-03-02 12:41:39 -05:00
parent 455002453b
commit 0cb445be3a
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ console.log(store.getState()); // prints { next_id: 1, todos: [] }
## Add actions
This is all good, but a little static. Let's add actions!
```js
const todosDux = new Updux({
initial: {