missing .js in import fixed

This commit is contained in:
Mic 2025-09-04 22:46:00 +02:00
parent 9681a938e3
commit 01a1934ddf

View file

@ -17,7 +17,7 @@
*/
// Call the API to use a special prompt
import { prefs_default } from "../options/mzta-options-default";
import { prefs_default } from "../options/mzta-options-default.js";
import { taLogger } from './mzta-logger.js';