diff --git a/client/src/app.jsx b/client/src/app.jsx new file mode 100644 index 0000000..1b2fd9c --- /dev/null +++ b/client/src/app.jsx @@ -0,0 +1,7 @@ +import React from "react"; +import App from "./ui/test"; + +React.render( + , + document.body +); \ No newline at end of file