fix _Page js

This commit is contained in:
jojo aquino 2025-03-22 09:32:15 +00:00
parent d676bbd073
commit a09e2a5613

View File

@ -22,13 +22,11 @@
window.location.reload();
}
const page = {
export default {
getAlertContainer: _getAlertContainer,
getAlertTemplate: _getAlertTemplate,
getAntiForgeryToken: _getAntiForgeryToken,
getDialogContainer: _getDialogContainer,
getDialogTemplate: _getDialogTemplate,
reload: reload
}
export default { page };
};