remove unused modules

This commit is contained in:
buzz-lightsnack-2007 2024-05-12 17:49:33 +08:00
parent 68beec366a
commit 9bdc0bdfcf

View file

@ -4,8 +4,6 @@ Ask product information to Google Gemini. */
// Import the storage management module. // Import the storage management module.
import {global, session, compare} from "/scripts/secretariat.js"; import {global, session, compare} from "/scripts/secretariat.js";
import hash from "/scripts/utils/hash.js"; import hash from "/scripts/utils/hash.js";
import texts from "/scripts/mapping/read.js";
import logging from "/scripts/logging.js";
import {URLs} from "/scripts/utils/URLs.js"; import {URLs} from "/scripts/utils/URLs.js";
// Don't forget to set the class as export default. // Don't forget to set the class as export default.