import { TEMPLATE_PARTIALS } from "../config/constants.js" export async function preloadPartials() { return foundry.applications.handlebars.loadTemplates(TEMPLATE_PARTIALS) }