rename modules after moving to appropriate folders
This commit is contained in:
parent
0b7be21d03
commit
a226f12645
16 changed files with 17 additions and 17 deletions
|
@ -4,7 +4,7 @@ Ask product information to Google Gemini. */
|
|||
// Import the storage management module.
|
||||
const secretariat = await import(chrome.runtime.getURL("scripts/secretariat.js"));
|
||||
import hash from "/scripts/utils/hash.js";
|
||||
import texts from "/scripts/strings/read.js";
|
||||
import texts from "/scripts/mapping/read.js";
|
||||
|
||||
// Don't forget to set the class as export default.
|
||||
export default class product {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue