From 29a639ff90dadd58406cb28670ff162e4c00b7b1 Mon Sep 17 00:00:00 2001 From: Jacob Lucas Date: Wed, 23 Jun 2021 18:31:19 +0100 Subject: [PATCH] Removed unnecessary imports which also caused system to fail to load --- module/actor/sheets/newSheet/npc.js | 1 - module/actor/sheets/oldSheets/npc.js | 1 - 2 files changed, 2 deletions(-) diff --git a/module/actor/sheets/newSheet/npc.js b/module/actor/sheets/newSheet/npc.js index 486dbf99..59a94334 100644 --- a/module/actor/sheets/newSheet/npc.js +++ b/module/actor/sheets/newSheet/npc.js @@ -1,4 +1,3 @@ -import Actor5e from "../entity.js"; import ActorSheet5e from "./base.js"; /** diff --git a/module/actor/sheets/oldSheets/npc.js b/module/actor/sheets/oldSheets/npc.js index 29c81993..12e85b1f 100644 --- a/module/actor/sheets/oldSheets/npc.js +++ b/module/actor/sheets/oldSheets/npc.js @@ -1,4 +1,3 @@ -import Actor5e from "../entity.js"; import ActorSheet5e from "./base.js"; /**