rename files
This commit is contained in:
committed by
Jacob Overgaard
parent
0685625fba
commit
3b6161c85b
@@ -1,3 +1,3 @@
|
||||
export * from './notification.service';
|
||||
export * from './notification.context';
|
||||
export * from './notification-handler';
|
||||
export * from './layouts/default';
|
||||
|
||||
@@ -4,7 +4,7 @@ import { validate as uuidValidate } from 'uuid';
|
||||
import { UmbNotificationHandler } from './notification-handler';
|
||||
|
||||
import type { UmbNotificationDefaultData } from './layouts/default';
|
||||
import type { UmbNotificationOptions } from './notification.service';
|
||||
import type { UmbNotificationOptions } from './notification.context';
|
||||
|
||||
describe('UmbNotificationHandler', () => {
|
||||
let notificationHandler: UmbNotificationHandler;
|
||||
|
||||
Reference in New Issue
Block a user