Work in progress
This commit is contained in:
10
app/src/index.tsx
Normal file
10
app/src/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from "react";
|
||||
import * as ReactDOM from "react-dom";
|
||||
import { App } from './App'
|
||||
|
||||
declare var document: any
|
||||
|
||||
ReactDOM.render(
|
||||
<App />,
|
||||
document.getElementById("example")
|
||||
);
|
||||
Reference in New Issue
Block a user