Refactoring

This commit is contained in:
2025-10-15 01:41:52 +02:00
parent e492c03f15
commit 8e6b07797c
11 changed files with 180 additions and 173 deletions

View File

@ -229,5 +229,4 @@ class ProjectDatabase {
}
}
// Export singleton instance
export const projectDb = new ProjectDatabase();
export { ProjectDatabase };