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"; /**