Browse Source

creating notification service and the content is empty

kaori 4 years ago
parent
commit
ad26a7ec82
1 changed files with 8 additions and 0 deletions
  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;