fix: correct import path from page-content.js to content.js
- Fix CORS error caused by incorrect import in translate-modal.js - Change import from ./page-content.js to ./content.js - Resolves module loading issues
This commit is contained in:
parent
e1a1da464d
commit
76d0fb448a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Translation Modal functionality
|
||||
import { initializeChunkFiveFont } from "./ui-themes.js";
|
||||
import { getUIText } from "./ui-translations.js";
|
||||
import { extractWebpageContent } from "./page-content.js";
|
||||
import { extractWebpageContent } from "./content.js";
|
||||
import { handleTranslation } from "./translation.js";
|
||||
import { SUPPORTED_LANGUAGES } from "./languages/index.js";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue