Added js imports

This commit is contained in:
Yuriy Kulakov 2021-04-29 21:18:27 +03:00
parent 82fde03db9
commit c61fbaa2e7

View File

@ -1,5 +1,8 @@
"use strict";
import React from "react";
import * as ReactDOM from "react-dom";
function head_checkbox() {
let head_checkbox = document.getElementById("head-checkbox");
head_checkbox.addEventListener("click", () => {