diff --git a/client/src/ui/test.jsx b/client/src/ui/test.jsx new file mode 100644 index 0000000..482eeeb --- /dev/null +++ b/client/src/ui/test.jsx @@ -0,0 +1,11 @@ +import React from 'react'; + +export default React.createClass({ + render: function () { + return ( +
+ Hello world! +
+ ); + }, +}); \ No newline at end of file