From 770a6a4e236098d7e3508786918b629c239eeb29 Mon Sep 17 00:00:00 2001 From: Chris Ryan Date: Wed, 20 Aug 2025 21:59:45 +1000 Subject: [PATCH] Clean up --- lang/en.json | 2 +- module/data/_module.mjs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lang/en.json b/lang/en.json index daf1cf2c..7bf7397d 100755 --- a/lang/en.json +++ b/lang/en.json @@ -2435,5 +2435,5 @@ "configureAttribution": "Configure Attribution" } } - } + } } diff --git a/module/data/_module.mjs b/module/data/_module.mjs index a128e13f..cac02a4a 100644 --- a/module/data/_module.mjs +++ b/module/data/_module.mjs @@ -7,6 +7,3 @@ export * as actors from './actor/_module.mjs'; export * as chatMessages from './chat-message/_modules.mjs'; export * as fields from './fields/_module.mjs'; export * as items from './item/_module.mjs'; - -export * as scene from './scene/_module.mjs'; -