filebrowser/frontend/src/notify/index.ts

7 lines
127 B
TypeScript

import { showSuccess, showError, closePopUp } from "./message.js";
export {
showSuccess,
showError,
closePopUp,
};