fixed imports on several files

This commit is contained in:
2026-03-25 06:56:19 -05:00
parent 191cb2b698
commit ddcb7e76a3
16 changed files with 36 additions and 41 deletions

View File

@@ -1,6 +1,10 @@
const reprint = (data: any, emails: string) => {
// TODO: do the actual logic for the notification.
console.log(data);
console.log(emails);
// TODO send the error to systemAdmin users so they do not always need to be on the notifications.
// these errors are defined per notification.
};
export default reprint;