4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
export * from "../Customer/Notification";
|
|
import Notification from "../Customer/Notification";
|
|
export default Notification;
|