From db5c5f4810e50e77fd2e4e8f7e466c45d9a66999 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Mon, 4 Jan 2021 17:42:45 -0500 Subject: [PATCH] Update npc.js added ..base.js --- module/actor/sheets/newSheet/npc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/actor/sheets/newSheet/npc.js b/module/actor/sheets/newSheet/npc.js index 2ef953a5..8ca16e5d 100644 --- a/module/actor/sheets/newSheet/npc.js +++ b/module/actor/sheets/newSheet/npc.js @@ -1,4 +1,4 @@ -import ActorSheet5e from "./base.js"; +import ActorSheet5e from "../base.js"; /** * An Actor sheet for NPC type characters in the SW5E system.