diff --git a/src/widget-library.js b/src/widget-library.js index 59ea946..dbe6e75 100644 --- a/src/widget-library.js +++ b/src/widget-library.js @@ -5,6 +5,7 @@ import { detectPageLanguage } from "./language-detection.js"; import { getThemeColors } from "./ui-themes.js"; import { openTTSModal } from "./tts-modal.js"; import { openTranslateModal } from "./translate-modal.js"; +import { handleFileUpload } from "./file-upload.js"; // Get USE_CUSTOM_STYLING from window or default const USE_CUSTOM_STYLING = window.UNCLOSEAI_CUSTOM_STYLING !== false;