Skip to content

Commit

Permalink
add .js for file extension import
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed May 31, 2024
1 parent 89aabf9 commit 490b773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/menu/filter/reconnect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Link } from "../../objects";
import { Link } from "../../objects.js";

export function reconnect(
criteriaFunction,
Expand Down

0 comments on commit 490b773

Please sign in to comment.