git ssb

1+

dinoworm ๐Ÿ› / catstack



Commit 7d30006981236017db174b04d89678ae7c52077e

pass store into root

Michael Williams committed on 11/28/2015, 10:40:59 AM
Parent: 947495d7b525ed764c3f2d2d9ff82bd7392011be

Files changed

app/client.jschanged
app/client.jsView
@@ -16,7 +16,7 @@
1616
1717 //store.dispatch(getAllTodos())
1818
1919 render(
20- <Root />,
20+ <Root store={store} />,
2121 document.querySelector('main')
2222 )

Built with git-ssb-web