working on imports, maybe not worth it for the content script, it can't be an es module

This commit is contained in:
Jack Case
2025-11-06 01:38:17 +00:00
parent 83bc5190a7
commit 8cc0f3aa64
6 changed files with 25 additions and 18 deletions

View File

@@ -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")