missing .js in import fixed
This commit is contained in:
parent
9681a938e3
commit
01a1934ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue