server-esm: Change single export to export default

This commit is contained in:
Elian Doran
2024-07-18 21:50:12 +03:00
parent 0ceae0a65e
commit ecb8a7f394
63 changed files with 73 additions and 73 deletions

View File

@@ -48,4 +48,4 @@ class AttributeExistsExp extends Expression {
}
}
export = AttributeExistsExp;
export default AttributeExistsExp;