Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Oct 3, 2024
1 parent 7c7d4a8 commit f0decea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/helpers/forms/exportSettings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MODULE_ID } from "../misc";
import { MODULE_ID } from "../misc.js";

export function exportSettings() {
const data = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/forms/importSettings.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MODULE_ID } from "../misc";
import { MODULE_ID } from "../misc.js";

export function importSettings() {
// Create a dialog to input JSON and upload a file
Expand Down

0 comments on commit f0decea

Please sign in to comment.