Removed unnecessary imports which also caused system to fail to load

This commit is contained in:
Jacob Lucas 2021-06-23 18:31:19 +01:00
parent f18e537561
commit 29a639ff90
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
import Actor5e from "../entity.js";
import ActorSheet5e from "./base.js";
/**

View file

@ -1,4 +1,3 @@
import Actor5e from "../entity.js";
import ActorSheet5e from "./base.js";
/**