Sfoglia il codice sorgente

creating notification service and the content is empty

kaori 4 anni fa
parent
commit
ad26a7ec82
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      packages/app/src/server/service/notification.ts

+ 8 - 0
packages/app/src/server/service/notification.ts

@@ -0,0 +1,8 @@
+
+
+class NortificationService {
+
+
+}
+
+module.exports = NortificationService;