Fix v13.341 issues to prep for release

This commit is contained in:
Oliver-Akins 2025-04-30 13:27:51 -06:00
parent d5680bb209
commit 9739995a12
6 changed files with 10 additions and 7 deletions

View file

@ -7,7 +7,7 @@ import { Logger } from "../../utils/Logger.mjs";
const { HandlebarsApplicationMixin } = foundry.applications.api;
const { ActorSheetV2 } = foundry.applications.sheets;
const { ContextMenu } = foundry.applications.ui;
const { ContextMenu } = foundry.applications.ux;
const { deepClone } = foundry.utils;
export class CraftCardV1 extends GenericAppMixin(HandlebarsApplicationMixin(ActorSheetV2)) {