|
|
@@ -1,6 +1,7 @@
|
|
|
import * as React from "react";
|
|
|
import * as ReactDOM from "react-dom";
|
|
|
import App from "./App";
|
|
|
+import { H } from "highlight.run";
|
|
|
|
|
|
declare global {
|
|
|
interface Window {
|
|
|
@@ -8,4 +9,5 @@ declare global {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+H.init("y2d13lgr");
|
|
|
ReactDOM.render(<App />, document.getElementById("output"));
|