chore: standardize security and quality foundations
Magent CI/CD / verify (push) Failing after 9m34s
Magent CI/CD / deploy-beta (push) Skipped

This commit is contained in:
2026-09-17 20:03:47 +12:00
parent 5639dbcb83
commit f852e7c941
127 changed files with 17928 additions and 10741 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
import NewRequestClient from './NewRequestClient'
import NewRequestClient from "./NewRequestClient";
export const metadata = {
title: 'New Requests | Magent',
}
title: "New Requests | Magent",
};
export default function NewRequestsPage() {
return <NewRequestClient />
return <NewRequestClient />;
}