Created
November 5, 2018 17:52
-
-
Save ctrlplusb/0eb5ac0289f3e7f1c965b3d609f6604b to your computer and use it in GitHub Desktop.
Easy peasy model
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
const model = { | |
todos: { | |
items: [], | |
}, | |
session: { | |
user: null | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment