Rename PlayerSheetV2 containing file

This commit is contained in:
Oliver-Akins 2024-03-17 11:22:08 -06:00
parent 3981e95ff0
commit d100af3198
2 changed files with 9 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import { PetSheet } from "./sheets/Items/PetSheet.mjs";
// Actor Sheets
import { BasicSyncSheet } from "./sheets/SyncVariations/BasicSyncSheet.mjs";
import { PlayerSheetv2 } from "./sheets/Actors/PC/Improved.mjs";
import { PlayerSheetv2 } from "./sheets/Actors/PC/PlayerSheetV2.mjs";
import { MVPPCSheet } from "./sheets/MVPPCSheet.mjs";
import { MobSheet } from "./sheets/MobSheet.mjs";