add export
This commit is contained in:
parent
bb30f57c9c
commit
15739c4d43
|
@ -199,4 +199,6 @@ class Entity {
|
||||||
this[key] = init[key];
|
this[key] = init[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default Entity
|
Loading…
Reference in New Issue