fix export

pull/14/head
macniel 2025-09-25 19:59:47 +02:00
parent e91fe82e95
commit 48c6d1123d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const { BooleanField, NumberField, SchemaField, SetField, StringField } = foundry.data.fields;
export default class Skill extends foundry.abstract.TypeDataModel {
export class Skill extends foundry.abstract.TypeDataModel {
static defineSchema() {
return {