5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
export * from "../Customer/Notification";
|
|
import Notification from "../Customer/Notification";
|
|
|
|
export default Notification;
|