mirror of
https://github.com/danbulant/ester_os
synced 2026-06-18 05:41:20 +00:00
Sample hello world
This commit is contained in:
parent
31b8c67e55
commit
9df99ec11d
1 changed files with 11 additions and 0 deletions
11
client/src/ui/test.jsx
Normal file
11
client/src/ui/test.jsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import React from 'react';
|
||||
|
||||
export default React.createClass({
|
||||
render: function () {
|
||||
return (
|
||||
<div className="greeting">
|
||||
Hello world!
|
||||
</div>
|
||||
);
|
||||
},
|
||||
});
|
||||
Loading…
Reference in a new issue