Mvoed config out form under application

This commit is contained in:
WBHarry 2025-07-04 20:50:40 +02:00
parent 82960ea4bd
commit 28a70e7288
39 changed files with 32 additions and 32 deletions

View file

@ -1,5 +1,5 @@
import { actionsTypes } from '../../../data/_module.mjs';
import DHActionConfig from '../../config/Action.mjs';
import DHActionConfig from '../../../config/Action.mjs';
const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api;