mirror of
https://github.com/danbulant/ester_os
synced 2026-06-10 18:13:44 +00:00
Create renderer
This commit is contained in:
parent
a6b8f1f58c
commit
31b8c67e55
1 changed files with 7 additions and 0 deletions
7
client/src/app.jsx
Normal file
7
client/src/app.jsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import React from "react";
|
||||
import App from "./ui/test";
|
||||
|
||||
React.render(
|
||||
<App/>,
|
||||
document.body
|
||||
);
|
||||
Loading…
Reference in a new issue