From cb781efd64918f9965129c6f5220ff2da6a4c378 Mon Sep 17 00:00:00 2001 From: cadowtin Date: Wed, 29 May 2024 00:26:11 -0500 Subject: [PATCH] Fix import issue --- scripts/helpers/animation/turnTokenOnAttack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helpers/animation/turnTokenOnAttack.js b/scripts/helpers/animation/turnTokenOnAttack.js index ce19aa0..4cccbdd 100644 --- a/scripts/helpers/animation/turnTokenOnAttack.js +++ b/scripts/helpers/animation/turnTokenOnAttack.js @@ -4,7 +4,7 @@ * @param {*} target Person they are attacking */ -import { getSetting } from "../misc"; +import { getSetting } from "../misc.js"; export function turnTokenOnAttack(token, target) { if (!token || !target || token === target) return;