Remove unused import

This commit is contained in:
Johannes Loher 2021-02-07 12:29:15 +01:00
parent 8e8aa4caee
commit dac37eeaa1
2 changed files with 0 additions and 9 deletions

View file

@ -2,7 +2,6 @@ import { DS4 } from "../../config";
import { DS4Item } from "../../item/item";
import { DS4ItemData } from "../../item/item-data";
import { DS4Actor } from "../actor";
import { DS4ActorData } from "../actor-data";
/**
* The base Sheet class for all DS4 Actors