Create renderer

This commit is contained in:
danbulant 2020-02-07 18:53:40 +01:00
parent a6b8f1f58c
commit 31b8c67e55

7
client/src/app.jsx Normal file
View file

@ -0,0 +1,7 @@
import React from "react";
import App from "./ui/test";
React.render(
<App/>,
document.body
);