mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 01:07:49 +01:00
setup a web app
This commit is contained in:
7
App/src/index.tsx
Normal file
7
App/src/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import "normalize.css/normalize.css";
|
||||
|
||||
import * as React from "react";
|
||||
import { render } from "react-dom";
|
||||
import { App } from "~App";
|
||||
|
||||
render(<App />, document.getElementById("body"));
|
||||
Reference in New Issue
Block a user