working on imports, maybe not worth it for the content script, it can't be an es module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { API_URL, send_message_to_background } from "common"
|
||||
import { API_URL, send_message_to_background } from "./common.js"
|
||||
|
||||
const login_form = document.getElementById("login-form") as HTMLFormElement
|
||||
const login_status = document.getElementById("login-status")
|
||||
|
||||
Reference in New Issue
Block a user