filebrowser/frontend/src/notify/index.ts

7 lines
127 B
TypeScript
Raw Normal View History

2024-07-30 17:45:27 +00:00
import { showSuccess, showError, closePopUp } from "./message.js";
export {
showSuccess,
showError,
closePopUp,
};