Fix v13.341 issues to prep for release
This commit is contained in:
parent
d5680bb209
commit
9739995a12
6 changed files with 10 additions and 7 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue