Added js imports
This commit is contained in:
parent
82fde03db9
commit
c61fbaa2e7
@ -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", () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user