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
|
@ -2,7 +2,7 @@
|
|||
// Import the file module.
|
||||
// import file from `./net.js`;
|
||||
|
||||
const texts = (await import(chrome.runtime.getURL("scripts/strings/read.js"))).default;
|
||||
const texts = (await import(chrome.runtime.getURL("scripts/mapping/read.js"))).default;
|
||||
|
||||
// Don't forget to set the class as export default.
|
||||
export default class gemini {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue