refactor: renamed file

This commit is contained in:
user
2021-09-19 10:56:33 +02:00
parent cd11b5af62
commit ecffa9bcf4
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
export * from './domain-event.base';
export * from './domain-events';
export * from './domain-event-handler.interface';
export * from './domain-event-handler.base';