4 lines
118 B
TypeScript
4 lines
118 B
TypeScript
export * from "../Admin/Notification";
|
|
import Notification from "../Admin/Notification";
|
|
export default Notification;
|