-
-
Notifications
You must be signed in to change notification settings - Fork 117
Create instance
Christian Alfoni edited this page Mar 5, 2015
·
2 revisions
var Baobab = require('baobab');
var tree = new Baobab({
todos: [],
isLoading: false
});
module.exports = tree;