Просмотр исходного кода

disable readonly only expandedjobchart

jusrhee 5 лет назад
Родитель
Сommit
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"));