export default class PokemonItemSheet extends foundry.appv1.sheets.ItemSheet { get template() { return `systems/pokemon/templates/sheets/${this.item.type}-sheet.html` } }