mirror of
https://github.com/danbulant/ester_os
synced 2026-06-11 02:20:46 +00:00
7 lines
No EOL
103 B
JavaScript
7 lines
No EOL
103 B
JavaScript
import React from "react";
|
|
import App from "./ui/test";
|
|
|
|
React.render(
|
|
<App/>,
|
|
document.body
|
|
); |