Fix @coder imports

This commit is contained in:
Asher
2019-01-11 12:58:25 -06:00
committed by Kyle Carberry
parent 7cfeef36a8
commit 32294a5b1b
7 changed files with 547 additions and 66 deletions

View File

@@ -1,3 +1,5 @@
import "./index.scss";
const overlay = document.getElementById("overlay");
const logo = document.getElementById("logo");
if (overlay && logo) {