import React from "../src/preact";
import './Label'
import App from "./App";
React.render(<App />, document.getElementById("app"));