redux-devtools/examples/todomvc/components
mheiber 4a1cf39063 Fix class property in todomvc example
Fix error caused by missing semicolon in the class property declaration.

Relevant part of the ES proposal: https://github.com/jeffmo/es-class-fields-and-static-properties#145-class-definitions

Full error message:

> ERROR in ./components/Footer.js
Module build failed: SyntaxError: redux-devtools/examples/todomvc/components/Footer.js: A semicolon is required after a class property (18:3)
2016-01-17 22:11:21 -05:00
..
Footer.js Fix class property in todomvc example 2016-01-17 22:11:21 -05:00
Header.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
MainSection.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
TodoItem.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00
TodoTextInput.js Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00