Преглед изворни кода

disable readonly only expandedjobchart

jusrhee пре 5 година
родитељ
комит
a84febeb7c
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      dashboard/src/index.tsx

+ 2 - 0
dashboard/src/index.tsx

@@ -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"));