mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 13:27:25 +02:00
Fix @coder imports
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import "./index.scss";
|
||||
|
||||
const overlay = document.getElementById("overlay");
|
||||
const logo = document.getElementById("logo");
|
||||
if (overlay && logo) {
|
||||
|
||||
Reference in New Issue
Block a user