Continue working on the MVP sheet

This commit is contained in:
Oliver-Akins 2023-11-23 19:10:50 -07:00
parent e5c1cfec97
commit 191d03baaf
4 changed files with 68 additions and 1 deletions

View file

@ -10,6 +10,7 @@ export async function preloadHandlebarsTemplates() {
const partials = [
"actors/char-sheet-mvp/partials/dice_choice.hbs",
"actors/char-sheet-mvp/partials/stat.hbs",
"actors/char-sheet-mvp/partials/skill.hbs",
];
const paths = {};