Remove unused import

This commit is contained in:
Oliver-Akins 2025-07-31 20:50:50 -06:00
parent b1ba33919f
commit a01c79ea2f

View file

@ -1,7 +1,6 @@
import { filePath } from "../../consts.mjs";
import { gameTerms } from "../../gameTerms.mjs";
import { GenericAppMixin } from "../GenericApp.mjs";
import { Logger } from "../../utils/Logger.mjs";
const { HandlebarsApplicationMixin } = foundry.applications.api;
const { ItemSheetV2 } = foundry.applications.sheets;