import CfCustomNotification from "./CfCustomNotification" import { NotificationDispatcher } from "./typings"; export default class NotificationFactory { static getNotificationEngine(): NotificationDispatcher { //return new CfBrowserNotification() return new CfCustomNotification() } }