This commit is contained in:
insanity 2017-10-26 11:46:12 +09:00
parent aeb077e709
commit bd5a54d9e9

View File

@ -0,0 +1,10 @@
import { Service } from '@overflow/commons/api/service';
export class NotificationService extends Service {
public constructor() {
super();
}
}
export default NotificationService;