add export

This commit is contained in:
zongor 2024-05-27 19:26:24 -04:00
parent bb30f57c9c
commit 15739c4d43
1 changed files with 3 additions and 1 deletions

View File

@ -199,4 +199,6 @@ class Entity {
this[key] = init[key]; this[key] = init[key];
} }
} }
} }
export default Entity