Fix broken imports

This commit is contained in:
Oliver-Akins 2024-03-18 23:20:17 -06:00
parent cd98e66484
commit 0c1149a21c
3 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,3 @@
import { ActorHandler } from "../documents/Actor/Handler.mjs";
import { GenericActorSheet } from "./GenericActorSheet.mjs";
import { DiceList } from "../dialogs/DiceList.mjs";
import { PopoutTextEditor } from "../dialogs/PopoutTextEditor.mjs";