build: 🐛 export renaming

This commit is contained in:
2024-04-24 16:56:05 +02:00
parent 95dd3f36bf
commit fa93b24ccc

View File

@@ -1,2 +1,2 @@
export * from './jwt.service';
export * from './mysql.service'
export * as MySqlService from './mysql.service'