Update location of sheets to keep them more organized

This commit is contained in:
Oliver-Akins 2024-02-04 20:04:26 -07:00
parent 6fbb480f83
commit e284529a45
5 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
import DOTDUNGEON from "../config.mjs";
import DOTDUNGEON from "../../config.mjs";
export class GenericItemSheet extends ItemSheet {
_expanded = new Set();