lecoffre-ressources/src/Notary/Notification.ts
2023-03-27 15:36:22 +02:00

5 lines
125 B
TypeScript

export * from "../Customer/Notification";
import Notification from "../Customer/Notification";
export default Notification;