From e454d8bb06a123ceb044e6a25df452851551e651 Mon Sep 17 00:00:00 2001 From: Dapoulp Date: Sat, 31 May 2025 08:09:42 +0200 Subject: [PATCH] clean up --- module/applications/resources.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/applications/resources.mjs b/module/applications/resources.mjs index 087a850d..07e2bcc3 100644 --- a/module/applications/resources.mjs +++ b/module/applications/resources.mjs @@ -1,11 +1,6 @@ const { HandlebarsApplicationMixin, ApplicationV2 } = foundry.applications.api; -/** - * @import User from "@client/documents/user.mjs" - * @import {ContextMenuEntry} from "../ux/context-menu.mjs" - */ - /** * A UI element which displays the Users defined for this world. * Currently active users are always displayed, while inactive users can be displayed on toggle.