mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import React from "react";
|
|
import ReactDOM from "react-dom";
|
|
import "typeface-roboto";
|
|
import App from "./App";
|
|
|
|
ReactDOM.render(<App />, document.getElementById("root"));
|